Compare commits
48 commits
Author | SHA1 | Date | |
---|---|---|---|
0368d28648 | |||
|
f4053f764f | ||
|
3ad4b16d66 | ||
|
84874e4767 | ||
9f54144f43 | |||
|
11dcc20d71 | ||
|
73684f4c7f | ||
|
8464c542c4 | ||
|
77f02a2178 | ||
c6eb8cf13d | |||
ac3ce767cc | |||
0636a4b90a | |||
|
2ffa521e84 | ||
|
8a950deee0 | ||
|
95be988ec4 | ||
|
dd079bb9f9 | ||
|
fde7281e01 | ||
c610cc2da5 | |||
|
1e8399ab51 | ||
5533ebc8df | |||
|
739ec568b5 | ||
8b35d2ebe3 | |||
83e5f4aa72 | |||
2241921f6f | |||
|
4d679834ff | ||
|
7b31e0ad53 | ||
43c0c9fb75 | |||
|
3557250d95 | ||
d4f71ddb0f | |||
d2a3415639 | |||
1ea88ca014 | |||
|
f5ec64c2fd | ||
125d86d70c | |||
9c022e2065 | |||
304d3dbf31 | |||
|
4d154c4a84 | ||
|
d2bfb1bcac | ||
|
cdc212db43 | ||
|
00d661d16e | ||
49d6cd7aa2 | |||
42a076b8a8 | |||
87e9746745 | |||
cd06d70003 | |||
|
a7c5a393d7 | ||
|
638de16463 | ||
0ece95dc60 | |||
b82a39b872 | |||
8a7d5a8927 |
26 changed files with 502 additions and 357 deletions
2
after/ftplugin/c.lua
Normal file
2
after/ftplugin/c.lua
Normal file
|
@ -0,0 +1,2 @@
|
|||
vim.opt.sw=2
|
||||
vim.opt.ts=2
|
2
after/ftplugin/html.lua
Normal file
2
after/ftplugin/html.lua
Normal file
|
@ -0,0 +1,2 @@
|
|||
vim.opt.sw=2
|
||||
vim.opt.ts=2
|
2
after/ftplugin/lua.lua
Normal file
2
after/ftplugin/lua.lua
Normal file
|
@ -0,0 +1,2 @@
|
|||
vim.opt.sw=2
|
||||
vim.opt.ts=2
|
5
init.lua
5
init.lua
|
@ -1,2 +1,7 @@
|
|||
-- nvim-linux64/share/nvim/runtime/lua/vim/lsp.lua:354 is setting this keymap
|
||||
-- before my LazyVim keymap.lua, and then it takes priority over my own keymap;
|
||||
-- setting it to anything here prevents that from happening.
|
||||
vim.keymap.set("n", "K", function () end)
|
||||
|
||||
-- bootstrap lazy.nvim, LazyVim and your plugins
|
||||
require("config.lazy")
|
||||
|
|
107
lazy-lock.json
107
lazy-lock.json
|
@ -1,50 +1,65 @@
|
|||
{
|
||||
"LazyVim": { "branch": "main", "commit": "7c593dce1f37647fddca3a6b5caaf7a94324a064" },
|
||||
"LuaSnip": { "branch": "master", "commit": "a13af80734eb28f744de6c875330c9d3c24b5f3b" },
|
||||
"bufferline.nvim": { "branch": "main", "commit": "02d795081e6a24ec1fd506c513491543793d0780" },
|
||||
"catppuccin": { "branch": "main", "commit": "233c4175780d9b4e39ae4fe4535c1e4c14bd76ed" },
|
||||
"LazyVim": { "branch": "main", "commit": "a1c3ec4cd43fe61e3b614237a46ac92771191c81" },
|
||||
"LuaSnip": { "branch": "master", "commit": "e808bee352d1a6fcf902ca1a71cee76e60e24071" },
|
||||
"SchemaStore.nvim": { "branch": "main", "commit": "efa0466f9f7971256ad5da010832180fc7d8996b" },
|
||||
"bufferline.nvim": { "branch": "main", "commit": "0b2fd861eee7595015b6561dade52fb060be10c4" },
|
||||
"catppuccin": { "branch": "main", "commit": "63685e1562ef53873c9764b483d7ac5c7a608922" },
|
||||
"cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" },
|
||||
"cmp-emoji": { "branch": "main", "commit": "19075c36d5820253d32e2478b6aaf3734aeaafa0" },
|
||||
"cmp-nvim-lsp": { "branch": "main", "commit": "0e6b2ed705ddcff9738ec4ea838141654f12eeef" },
|
||||
"cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" },
|
||||
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
|
||||
"cmp_luasnip": { "branch": "master", "commit": "18095520391186d634a0045dacaa346291096566" },
|
||||
"fidget.nvim": { "branch": "main", "commit": "0ba1e16d07627532b6cae915cc992ecac249fb97" },
|
||||
"friendly-snippets": { "branch": "main", "commit": "b471f5419155ce832eff71ad8920ea8cfbd54840" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "4455bb5364d29ff86639dfd5533d4fe4b48192d4" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "f145e6f42a56306c5536e9efbfe41f7efbec285d" },
|
||||
"leap.nvim": { "branch": "main", "commit": "14b5a65190fe69388a8f59c695ed3394a10d6af8" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "05d78e9fd0cdfb4545974a5aa14b1be95a86e9c9" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "5230617372e656d4a2e1e236e03bf7e7b4b97273" },
|
||||
"mason.nvim": { "branch": "main", "commit": "7d7efc738e08fc5bee822857db45cb6103f0b0c1" },
|
||||
"mini.ai": { "branch": "main", "commit": "44d7df1340b16b16b27b67fba07028cb57f45408" },
|
||||
"mini.bufremove": { "branch": "main", "commit": "14805473144fffbd019d07e51bed2d176e065ee9" },
|
||||
"mini.comment": { "branch": "main", "commit": "877acea5b2a32ff55f808fc0ebe9aa898648318c" },
|
||||
"mini.nvim": { "branch": "main", "commit": "296ebbbd3e5ba5e43f5125efe18ad76fe3b632cc" },
|
||||
"mini.surround": { "branch": "main", "commit": "eeaf96562947f75afa51a6266e066529369ca7ef" },
|
||||
"neo-tree.nvim": { "branch": "v2.x", "commit": "d883632bf8f92f1d5abea4a9c28fb2f90aa795aa" },
|
||||
"neoconf.nvim": { "branch": "main", "commit": "4cfa8a11e4de565c95636643db77b44f926f4f25" },
|
||||
"neodev.nvim": { "branch": "main", "commit": "a24a910ad0842be997f34a4811c10b4f92aa53af" },
|
||||
"nui.nvim": { "branch": "main", "commit": "d5a82aae64426a805e19d8ef5a379292f9dc55d3" },
|
||||
"null-ls.nvim": { "branch": "main", "commit": "a138b14099e9623832027ea12b4631ddd2a49256" },
|
||||
"nvim-cmp": { "branch": "main", "commit": "b5a636d46c69bb371995c22d7a10ee1544004879" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "0f598b9ab9f2a6d7e137074be99c8d89af44b990" },
|
||||
"nvim-navic": { "branch": "master", "commit": "15704c607569d6c5cfeab486d3ef9459645a70ce" },
|
||||
"nvim-spectre": { "branch": "master", "commit": "1abe23ec9b7bc3082164f4cb842d521ef70e080e" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "2c59e0ff3da6514b03d853ebecb6c36c515a5d7d" },
|
||||
"nvim-treesitter-textobjects": { "branch": "master", "commit": "2d6d3c7e49a24f6ffbbf7898241fefe9784f61bd" },
|
||||
"nvim-ts-context-commentstring": { "branch": "main", "commit": "0bf8fbc2ca8f8cdb6efbd0a9e32740d7a991e4c3" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "2a125024a137677930efcfdf720f205504c97268" },
|
||||
"persistence.nvim": { "branch": "main", "commit": "4b8051c01f696d8849a5cb8afa9767be8db16e40" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "499e0743cf5e8075cd32af68baa3946a1c76adf1" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "991d5db62451ee7a50944b84aaad4b58c3447b60" },
|
||||
"todo-comments.nvim": { "branch": "main", "commit": "09b0b17d824d2d56f02ff15967e8a2499a89c731" },
|
||||
"tokyonight.nvim": { "branch": "main", "commit": "161114bd39b990995e08dbf941f6821afbdcd666" },
|
||||
"trouble.nvim": { "branch": "main", "commit": "2af0dd9767526410c88c628f1cbfcb6cf22dd683" },
|
||||
"typescript.nvim": { "branch": "main", "commit": "5b3680e5c386e8778c081173ea0c978c14a40ccb" },
|
||||
"conform.nvim": { "branch": "master", "commit": "1a99fdc1d3aa9ccdf3021e67982a679a8c5c740c" },
|
||||
"crates.nvim": { "branch": "main", "commit": "5a24e3ba60e28e0cfde540696630b3c5a4db6dfd" },
|
||||
"dressing.nvim": { "branch": "master", "commit": "1b7921eecc65af1baf8ac1dc06f0794934cbcfb2" },
|
||||
"friendly-snippets": { "branch": "main", "commit": "00ba9dd3df89509f95437b8d595553707c46d5ea" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "1ef74b546732f185d0f806860fa5404df7614f28" },
|
||||
"grug-far.nvim": { "branch": "main", "commit": "27a502037da8657a8b2ab7e31a6439d7b7063af5" },
|
||||
"indent-blankline.nvim": { "branch": "master", "commit": "18603eb949eba08300799f64027af11ef922283f" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "077102c5bfc578693f12377846d427f49bc50076" },
|
||||
"lazydev.nvim": { "branch": "main", "commit": "491452cf1ca6f029e90ad0d0368848fac717c6d2" },
|
||||
"lsp_signature.nvim": { "branch": "master", "commit": "fc38521ea4d9ec8dbd4c2819ba8126cea743943b" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "b431d228b7bbcdaea818bdc3e25b8cdbe861f056" },
|
||||
"luvit-meta": { "branch": "main", "commit": "ce76f6f6cdc9201523a5875a4471dcfe0186eb60" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "25c11854aa25558ee6c03432edfa0df0217324be" },
|
||||
"mason-nvim-dap.nvim": { "branch": "main", "commit": "8b9363d83b5d779813cdd2819b8308651cec2a09" },
|
||||
"mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" },
|
||||
"mini.ai": { "branch": "main", "commit": "40e380a589d07ec2c856940c6422aafe5d949a0d" },
|
||||
"mini.icons": { "branch": "main", "commit": "2d89252993fec829b24720097a687412d10f6c85" },
|
||||
"mini.indentscope": { "branch": "main", "commit": "da9af64649e114aa79480c238fd23f6524bc0903" },
|
||||
"mini.nvim": { "branch": "main", "commit": "e50cf9de614500a20e47cfc50e30a100042f91c3" },
|
||||
"mini.surround": { "branch": "main", "commit": "0e67c4bc147f2a15cee94e7c94dcc0e115b9f55e" },
|
||||
"neo-tree.nvim": { "branch": "main", "commit": "a77af2e764c5ed4038d27d1c463fa49cd4794e07" },
|
||||
"noice.nvim": { "branch": "main", "commit": "d9328ef903168b6f52385a751eb384ae7e906c6f" },
|
||||
"nui.nvim": { "branch": "main", "commit": "b58e2bfda5cea347c9d58b7f11cf3012c7b3953f" },
|
||||
"nvim-ansible": { "branch": "main", "commit": "9c3b4a771b8c8d7b4f2171466464d978cb3846f7" },
|
||||
"nvim-cmp": { "branch": "main", "commit": "ae644feb7b67bf1ce4260c231d1d4300b19c6f30" },
|
||||
"nvim-dap": { "branch": "master", "commit": "90616ae6ae40053103dc66872886fc26b94c70c8" },
|
||||
"nvim-dap-python": { "branch": "master", "commit": "db72bf6ab9f75fe841e8e11e772ee7fef6f484f1" },
|
||||
"nvim-dap-ui": { "branch": "master", "commit": "1c351e4e417d4691da12948b6ecf966936a56d28" },
|
||||
"nvim-dap-virtual-text": { "branch": "master", "commit": "3497eb39bf413a57ab5b7e7e2e192683e462148c" },
|
||||
"nvim-lint": { "branch": "master", "commit": "968a35d54b3a4c1ce66609cf80b14d4ae44fe77f" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "dd329912c8d446240584a2dbcd3802af3a19105a" },
|
||||
"nvim-nio": { "branch": "master", "commit": "a428f309119086dc78dd4b19306d2d67be884eee" },
|
||||
"nvim-notify": { "branch": "master", "commit": "fbef5d32be8466dd76544a257d3f3dce20082a07" },
|
||||
"nvim-snippets": { "branch": "main", "commit": "56b4052f71220144689caaa2e5b66222ba5661eb" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "621f5901f0b3e762cc4c5ed0f9246cf1495193ad" },
|
||||
"nvim-treesitter-context": { "branch": "master", "commit": "3d5390c49e3f8fe457b376df2a49aa39d75b7911" },
|
||||
"nvim-treesitter-textobjects": { "branch": "master", "commit": "bf8d2ad35d1d1a687eae6c065c3d524f7ab61b23" },
|
||||
"nvim-ts-autotag": { "branch": "main", "commit": "e239a560f338be31337e7abc3ee42515daf23f5e" },
|
||||
"persistence.nvim": { "branch": "main", "commit": "f6aad7dde7fcf54148ccfc5f622c6d5badd0cc3d" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" },
|
||||
"repolink.nvim": { "branch": "master", "commit": "55edfedbaef3e894d2ab5107ea7fadc64cb8258d" },
|
||||
"rustaceanvim": { "branch": "master", "commit": "047f9c9d8cd2861745eb9de6c1570ee0875aa795" },
|
||||
"tailwindcss-colorizer-cmp.nvim": { "branch": "main", "commit": "3d3cd95e4a4135c250faf83dd5ed61b8e5502b86" },
|
||||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "cf48d4dfce44e0b9a2e19a008d6ec6ea6f01a83b" },
|
||||
"telescope-terraform-doc.nvim": { "branch": "main", "commit": "ce2d39a576a68755a623982a7a88bcb3d981b15b" },
|
||||
"telescope-terraform.nvim": { "branch": "main", "commit": "072c97023797ca1a874668aaa6ae0b74425335df" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "b324469959908c1c7434eb65d80e87895e6828f7" },
|
||||
"todo-comments.nvim": { "branch": "main", "commit": "ae0a2afb47cf7395dc400e5dc4e05274bf4fb9e0" },
|
||||
"tokyonight.nvim": { "branch": "main", "commit": "817bb6ffff1b9ce72cdd45d9fcfa8c9cd1ad3839" },
|
||||
"trouble.nvim": { "branch": "main", "commit": "6efc446226679fda0547c0fd6a7892fd5f5b15d8" },
|
||||
"ts-comments.nvim": { "branch": "main", "commit": "98d7d4dec0af1312d38e288f800bbf6ff562b6ab" },
|
||||
"venv-selector.nvim": { "branch": "regexp", "commit": "e82594274bf7b54387f9a2abe65f74909ac66e97" },
|
||||
"vim-bbye": { "branch": "master", "commit": "25ef93ac5a87526111f43e5110675032dbcacf56" },
|
||||
"vim-illuminate": { "branch": "master", "commit": "a2907275a6899c570d16e95b9db5fd921c167502" },
|
||||
"vim-repeat": { "branch": "master", "commit": "24afe922e6a05891756ecf331f39a1f6743d3d5a" },
|
||||
"vim-startuptime": { "branch": "master", "commit": "454b3de856b7bd298700de33d79774ca9b9e3875" },
|
||||
"vim-visual-multi": { "branch": "master", "commit": "724bd53adfbaf32e129b001658b45d4c5c29ca1a" },
|
||||
"which-key.nvim": { "branch": "main", "commit": "e271c28118998c93a14d189af3395812a1aa646c" }
|
||||
}
|
||||
"vim-visual-multi": { "branch": "master", "commit": "a6975e7c1ee157615bbc80fc25e4392f71c344d4" },
|
||||
"which-key.nvim": { "branch": "main", "commit": "fb070344402cfc662299d9914f5546d840a22126" }
|
||||
}
|
||||
|
|
25
lazyvim.json
Normal file
25
lazyvim.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"extras": [
|
||||
"lazyvim.plugins.extras.coding.mini-surround",
|
||||
"lazyvim.plugins.extras.dap.core",
|
||||
"lazyvim.plugins.extras.formatting.black",
|
||||
"lazyvim.plugins.extras.formatting.prettier",
|
||||
"lazyvim.plugins.extras.lang.ansible",
|
||||
"lazyvim.plugins.extras.lang.docker",
|
||||
"lazyvim.plugins.extras.lang.helm",
|
||||
"lazyvim.plugins.extras.lang.json",
|
||||
"lazyvim.plugins.extras.lang.python",
|
||||
"lazyvim.plugins.extras.lang.rust",
|
||||
"lazyvim.plugins.extras.lang.tailwind",
|
||||
"lazyvim.plugins.extras.lang.terraform",
|
||||
"lazyvim.plugins.extras.lang.toml",
|
||||
"lazyvim.plugins.extras.lang.typescript",
|
||||
"lazyvim.plugins.extras.lang.yaml",
|
||||
"lazyvim.plugins.extras.ui.mini-indentscope",
|
||||
"lazyvim.plugins.extras.ui.treesitter-context"
|
||||
],
|
||||
"news": {
|
||||
"NEWS.md": "6520"
|
||||
},
|
||||
"version": 6
|
||||
}
|
|
@ -1,3 +1,16 @@
|
|||
-- Autocmds are automatically loaded on the VeryLazy event
|
||||
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
|
||||
-- Add any additional autocmds here
|
||||
|
||||
-- stop snippets when you leave to normal mode
|
||||
vim.api.nvim_create_autocmd({ "ModeChanged" }, {
|
||||
callback = function()
|
||||
if
|
||||
((vim.v.event.old_mode == "s" and vim.v.event.new_mode == "n") or vim.v.event.old_mode == "i")
|
||||
and require("luasnip").session.current_nodes[vim.api.nvim_get_current_buf()]
|
||||
and not require("luasnip").session.jump_active
|
||||
then
|
||||
require("luasnip").unlink_current()
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
|
|
@ -11,123 +11,41 @@ local opts = { silent = true }
|
|||
keymap("n", "<Leader>l", "<Nop>", opts)
|
||||
keymap("n", "<Leader>lz", "<cmd>:Lazy<cr>", { desc = "Lazy" })
|
||||
|
||||
-- --Remap space as leader key
|
||||
-- keymap("", "<Space>", "<Nop>", opts)
|
||||
-- vim.g.mapleader = " "
|
||||
--
|
||||
-- -- Modes
|
||||
-- -- normal_mode = "n",
|
||||
-- -- insert_mode = "i",
|
||||
-- -- visual_mode = "v",
|
||||
-- -- visual_block_mode = "x",
|
||||
-- -- term_mode = "t",
|
||||
-- -- command_mode = "c",
|
||||
--
|
||||
-- -- Normal --
|
||||
-- -- Better window navigation
|
||||
-- keymap("n", "<C-h>", "<C-w>h", opts)
|
||||
-- keymap("n", "<C-j>", "<C-w>j", opts)
|
||||
-- keymap("n", "<C-k>", "<C-w>k", opts)
|
||||
-- keymap("n", "<C-l>", "<C-w>l", opts)
|
||||
--
|
||||
-- -- Resize with arrows
|
||||
-- keymap("n", "<C-Up>", ":resize -2<CR>", opts)
|
||||
-- keymap("n", "<C-Down>", ":resize +2<CR>", opts)
|
||||
-- keymap("n", "<C-Left>", ":vertical resize -2<CR>", opts)
|
||||
-- keymap("n", "<C-Right>", ":vertical resize +2<CR>", opts)
|
||||
--
|
||||
-- Navigate buffers
|
||||
keymap("n", "<M-l>", ":BufferLineCycleNext<CR>", opts)
|
||||
keymap("n", "<M-h>", ":BufferLineCyclePrev<CR>", opts)
|
||||
keymap("i", "<M-l>", ":BufferLineCycleNext<CR>", opts)
|
||||
keymap("i", "<M-h>", ":BufferLineCyclePrev<CR>", opts)
|
||||
keymap("x", "<M-l>", ":BufferLineCycleNext<CR>", opts)
|
||||
keymap("x", "<M-h>", ":BufferLineCyclePrev<CR>", opts)
|
||||
for _, mode in ipairs({ "n", "i", "x" }) do
|
||||
keymap(mode, "<M-l>", "<cmd>BufferLineCycleNext<CR>", opts)
|
||||
keymap(mode, "<M-h>", "<cmd>BufferLineCyclePrev<CR>", opts)
|
||||
end
|
||||
|
||||
keymap("n", "<H>", "<Nop>", opts)
|
||||
keymap("n", "<L>", "<Nop>", opts)
|
||||
keymap("n", "<M-L>", ":BufferLineMoveNext<CR>", opts)
|
||||
keymap("n", "<M-H>", ":BufferLineMovePrev<CR>", opts)
|
||||
for _, mode in ipairs({ "n", "i", "v" }) do
|
||||
vim.keymap.set(mode, "<A-1>", "<Cmd>BufferLineGoToBuffer 1<CR>", { noremap = true, silent = true })
|
||||
vim.keymap.set(mode, "<A-2>", "<Cmd>BufferLineGoToBuffer 2<CR>", { noremap = true, silent = true })
|
||||
vim.keymap.set(mode, "<A-3>", "<Cmd>BufferLineGoToBuffer 3<CR>", { noremap = true, silent = true })
|
||||
vim.keymap.set(mode, "<A-4>", "<Cmd>BufferLineGoToBuffer 4<CR>", { noremap = true, silent = true })
|
||||
vim.keymap.set(mode, "<A-5>", "<Cmd>BufferLineGoToBuffer 5<CR>", { noremap = true, silent = true })
|
||||
|
||||
function go_to_buffer(buffer)
|
||||
return function()
|
||||
require("bufferline").go_to(buffer, true)
|
||||
end
|
||||
end
|
||||
--
|
||||
--
|
||||
-- -- Clear highlights
|
||||
-- keymap("n", "<leader>h", "<cmd>nohlsearch<CR>", opts)
|
||||
--
|
||||
|
||||
for _, mode in ipairs({ "n", "i", "v" }) do
|
||||
for i = 1, 8 do
|
||||
vim.keymap.set(mode, "<A-" .. i .. ">", go_to_buffer(i), { noremap = true, silent = true })
|
||||
end
|
||||
vim.keymap.set(mode, "<A-9>", go_to_buffer(-1), { noremap = true, silent = true })
|
||||
end
|
||||
|
||||
-- Clear highlights
|
||||
keymap("n", "<leader>h", "<cmd>nohlsearch<CR>", opts)
|
||||
|
||||
-- Close buffers
|
||||
keymap("n", "<M-q>", "<cmd>Bdelete<CR>", opts)
|
||||
keymap("n", "<M-Q>", "<cmd>Bdelete!<CR>", opts)
|
||||
--
|
||||
-- -- Better paste
|
||||
-- keymap("x", "p", '"_dP', opts)
|
||||
--
|
||||
-- -- Insert --
|
||||
-- -- Press jk fast to enter
|
||||
-- --keymap("i", "jk", "<ESC>", opts)
|
||||
--
|
||||
-- -- Visual --
|
||||
-- -- Stay in indent mode
|
||||
-- keymap("v", "<", "<gv", opts)
|
||||
-- keymap("v", ">", ">gv", opts)
|
||||
--
|
||||
|
||||
-- search with '-', for my LatinAmerican layout
|
||||
keymap("n", "-", "/", opts)
|
||||
keymap("x", "-", "/", opts)
|
||||
--
|
||||
-- -- Plugins --
|
||||
--
|
||||
-- NvimTree
|
||||
-- keymap("n", "<leader>e", ":NvimTreeToggle<CR>", opts)
|
||||
--
|
||||
-- -- Telescope
|
||||
-- keymap("n", "<leader>fa", ":Telescope find_files<CR>", opts)
|
||||
-- keymap("n", "<leader>ff", ":Telescope git_files<CR>", opts)
|
||||
-- keymap("n", "<leader>ft", ":Telescope live_grep<CR>", opts)
|
||||
-- keymap("n", "<leader>fp", ":Telescope projects<CR>", opts)
|
||||
-- keymap("n", "<leader>fb", ":Telescope buffers<CR>", opts)
|
||||
-- keymap("n", "<leader>fs", ":Telescope grep_string<CR>", opts)
|
||||
-- keymap("n", "<leader>fr", ":Telescope oldfiles<CR>", opts)
|
||||
--
|
||||
-- -- Git
|
||||
-- --keymap("n", "<leader>gg", "<cmd>lua _LAZYGIT_TOGGLE()<CR>", opts)
|
||||
--
|
||||
-- -- Comment
|
||||
-- keymap("n", "<leader>/", "<cmd>lua require('Comment.api').toggle_current_linewise()<cr>", opts)
|
||||
-- keymap("x", "<leader>/", '<esc><cmd>lua require("Comment.api").toggle_linewise_op(vim.fn.visualmode())<cr>')
|
||||
--
|
||||
-- -- DAP
|
||||
-- keymap("n", "<F9>", "<cmd>lua require'dap'.toggle_breakpoint()<cr>", opts)
|
||||
-- keymap("n", "<F5>", "<cmd>lua require'dap'.continue()<cr>", opts)
|
||||
-- keymap("n", "<F10>", "<cmd>lua require'dap'.step_over()<cr>", opts)
|
||||
-- keymap("n", "<F11>", "<cmd>lua require'dap'.step_into()<cr>", opts)
|
||||
-- keymap("n", "<F23>", "<cmd>lua require'dap'.step_out()<cr>", opts)
|
||||
-- keymap("n", "<leader>dr", "<cmd>lua require'dap'.repl.toggle()<cr>", opts)
|
||||
-- keymap("n", "<leader>dl", "<cmd>lua require'dap'.run_last()<cr>", opts)
|
||||
-- keymap("n", "<leader>du", "<cmd>lua require'dapui'.toggle()<cr>", opts)
|
||||
-- keymap("n", "<F17>", "<cmd>lua require'dap'.terminate()<cr>", opts) -- Shift+F5
|
||||
--
|
||||
-- ---- Vimspector
|
||||
-- --keymap("n", "<F9>", "<Plug>VimspectorToggleBreakpoint", opts)
|
||||
-- --keymap("n", "<F5>", "<plug>VimspectorContinue", opts)
|
||||
-- --keymap("n", "<F10>", "<Plug>VimspectorStepOver", opts)
|
||||
-- --keymap("n", "<F11>", "<Plug>VimspectorStepInto", opts)
|
||||
-- --keymap("n", "<F23>", "<Plug>VimspectorStepOut", opts)
|
||||
-- --keymap("n", "<F17>", "<cmd>VimspectorReset<cr>", opts) -- Shift+F5
|
||||
-- --keymap("n", "<F41>", "<Plug>VimspectorRestart", opts) -- Ctrl+Shift+F5
|
||||
-- --keymap("n", "<leader>di", "<Plug>VimspectorBalloonEval", opts)
|
||||
--
|
||||
-- -- move.nvim
|
||||
-- keymap('n', '<M-J>', ':MoveLine(1)<cr>', opts)
|
||||
-- keymap('n', '<M-K>', ':MoveLine(-1)<cr>', opts)
|
||||
-- keymap('x', '<M-J>', ':MoveBlock(1)<cr>', opts)
|
||||
-- keymap('x', '<M-K>', ':MoveBlock(-1)<cr>', opts)
|
||||
--
|
||||
|
||||
-- disable arrow keys
|
||||
keymap("n", "<Right>", "<Nop>", opts)
|
||||
keymap("n", "<Left>", "<Nop>", opts)
|
||||
|
@ -137,77 +55,74 @@ keymap("i", "<Right>", "<Nop>", opts)
|
|||
keymap("i", "<Left>", "<Nop>", opts)
|
||||
keymap("i", "<Up>", "<Nop>", opts)
|
||||
keymap("i", "<Down>", "<Nop>", opts)
|
||||
--
|
||||
-- -- move through wrapped lines
|
||||
-- keymap("n", "j", "gj")
|
||||
-- keymap("n", "k", "gk")
|
||||
--
|
||||
-- -- use Alt + ijkl to move in insert mode
|
||||
-- keymap("i", "<M-l>", "<Right>", opts)
|
||||
-- keymap("i", "<M-h>", "<Left>", opts)
|
||||
-- keymap("i", "<M-j>", "<C-o>gj", opts)
|
||||
-- keymap("i", "<M-k>", "<C-o>gk", opts)
|
||||
--
|
||||
-- local function clean_screen()
|
||||
-- vim.o.number = not vim.o.number;
|
||||
-- --if not vim.diagnostic.get_next() then return end
|
||||
-- if vim.o.number then
|
||||
-- vim.diagnostic.show()
|
||||
-- vim.opt.signcolumn = "yes"
|
||||
-- vim.cmd("syntax on")
|
||||
-- else
|
||||
-- vim.diagnostic.hide()
|
||||
-- vim.opt.signcolumn = "no"
|
||||
-- vim.cmd("syntax off")
|
||||
-- end
|
||||
-- end
|
||||
--
|
||||
-- keymap("n", "<leader>n", clean_screen, opts)
|
||||
|
||||
function vim.getVisualSelection()
|
||||
vim.cmd('noau normal! "vy"')
|
||||
local text = vim.fn.getreg('v')
|
||||
vim.fn.setreg('v', {})
|
||||
|
||||
text = string.gsub(text, "\n", "")
|
||||
if #text > 0 then
|
||||
return text
|
||||
else
|
||||
return ''
|
||||
end
|
||||
local function clean_screen()
|
||||
vim.o.number = not vim.o.number
|
||||
if vim.o.number then
|
||||
if vim.diagnostic.get_next() then
|
||||
pcall(vim.diagnostic.show)
|
||||
end
|
||||
vim.opt.signcolumn = "yes"
|
||||
vim.g.miniindentscope_disable = false
|
||||
MiniIndentscope.draw()
|
||||
vim.cmd("syntax on")
|
||||
vim.cmd("IBLEnable")
|
||||
else
|
||||
MiniIndentscope.undraw()
|
||||
vim.g.miniindentscope_disable = true
|
||||
if vim.diagnostic.get_next() then
|
||||
vim.diagnostic.hide()
|
||||
end
|
||||
vim.opt.signcolumn = "no"
|
||||
vim.cmd("syntax off")
|
||||
vim.cmd("IBLDisable")
|
||||
end
|
||||
end
|
||||
|
||||
keymap('v', '<space>sw', function()
|
||||
local tb = require('telescope.builtin')
|
||||
local text = vim.getVisualSelection()
|
||||
tb.live_grep({ default_text = text })
|
||||
keymap("n", "<leader>n", clean_screen, opts)
|
||||
|
||||
function vim.getVisualSelection()
|
||||
vim.cmd('noau normal! "vy"')
|
||||
local text = vim.fn.getreg("v")
|
||||
vim.fn.setreg("v", {})
|
||||
|
||||
text = string.gsub(text, "\n", "")
|
||||
if #text > 0 then
|
||||
return text
|
||||
else
|
||||
return ""
|
||||
end
|
||||
end
|
||||
|
||||
keymap("n", "<leader>ghl", "<cmd>RepoLink<CR>", opts)
|
||||
keymap("x", "<leader>ghl", ":RepoLink<CR>", opts)
|
||||
|
||||
keymap("v", "<space>sw", function()
|
||||
local tb = require("telescope.builtin")
|
||||
local text = vim.getVisualSelection()
|
||||
tb.live_grep({ default_text = text })
|
||||
end, opts)
|
||||
|
||||
--
|
||||
-- local function otherkeymaps()
|
||||
-- local ok
|
||||
-- local wk
|
||||
-- local gs
|
||||
-- ok, wk = pcall(require, "which-key")
|
||||
-- if not ok then
|
||||
-- return
|
||||
-- end
|
||||
-- ok, gs = pcall(require, "gitsigns")
|
||||
-- if not ok then
|
||||
-- return
|
||||
-- end
|
||||
-- wk.register({
|
||||
-- g = {
|
||||
-- name = "gitsigns",
|
||||
-- p = { "<cmd>Gitsigns preview_hunk<cr>", "Preview hunk" },
|
||||
-- b = { function() gs.blame_line{full=false} end, "Blame line (short)" },
|
||||
-- B = { function() gs.blame_line{full=true} end, "Blame line (full)" }
|
||||
-- },
|
||||
-- prefix = "<leader>"
|
||||
-- })
|
||||
-- end
|
||||
-- keymap("n", "<leader>lf", "<cmd>lua vim.lsp.buf.format()<cr>", opts)
|
||||
-- keymap("v", "<leader>lf", "<esc><cmd>'<,'>lua vim.lsp.buf.format{ async = true }<cr>", opts)
|
||||
-- keymap("x", "<leader>lf", "<esc><cmd>'<,'>lua vim.lsp.buf.format{ async = true }<cr>", opts)
|
||||
--
|
||||
-- otherkeymaps()
|
||||
keymap("n", "<S-ScrollWheelDown>", "5zl")
|
||||
keymap("n", "<S-ScrollWheelUp>", "5zh")
|
||||
keymap("i", "<S-ScrollWheelDown>", "5zl")
|
||||
keymap("i", "<S-ScrollWheelUp>", "5zh")
|
||||
keymap("x", "<S-ScrollWheelDown>", "5zl")
|
||||
keymap("x", "<S-ScrollWheelUp>", "5zh")
|
||||
|
||||
keymap("n", "<leader>j", vim.diagnostic.goto_next, opts)
|
||||
keymap("n", "<leader>k", vim.diagnostic.goto_prev, opts)
|
||||
|
||||
keymap("n", "<F9>", "<cmd>DapToggleBreakpoint<CR>")
|
||||
keymap("n", "<F5>", "<cmd>DapContinue<CR>")
|
||||
keymap("n", "<F10>", "<cmd>DapStepOver<CR>")
|
||||
keymap("n", "<F11>", "<cmd>DapStepInto<CR>")
|
||||
keymap("n", "<S-F11>", "<cmd>DapStepOut<CR>")
|
||||
|
||||
vim.keymap.set("n", "K", require("noice.lsp").hover, { noremap = true, silent = true })
|
||||
|
||||
local function dismiss_notifications()
|
||||
require("notify").dismiss({ silent = true, pending = true })
|
||||
vim.cmd("noh")
|
||||
end
|
||||
vim.keymap.set("n", "<Esc>", dismiss_notifications, { desc = "Dismiss notifications" })
|
||||
|
|
|
@ -11,9 +11,9 @@ require("lazy").setup({
|
|||
-- add LazyVim and import its plugins
|
||||
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
|
||||
-- import any extras modules here
|
||||
{ import = "lazyvim.plugins.extras.lang.typescript" },
|
||||
{ import = "lazyvim.plugins.extras.linting.eslint" },
|
||||
{ import = "lazyvim.plugins.extras.formatting.prettier" },
|
||||
-- { import = "lazyvim.plugins.extras.lang.typescript" },
|
||||
-- { import = "lazyvim.plugins.extras.linting.eslint" },
|
||||
-- { import = "lazyvim.plugins.extras.formatting.prettier" },
|
||||
-- { import = "lazyvim.plugins.extras.lang.json" },
|
||||
-- { import = "lazyvim.plugins.extras.ui.mini-animate" },
|
||||
-- import/override with your plugins
|
||||
|
@ -37,14 +37,14 @@ require("lazy").setup({
|
|||
rtp = {
|
||||
-- disable some rtp plugins
|
||||
disabled_plugins = {
|
||||
"gzip",
|
||||
-- "gzip",
|
||||
-- "matchit",
|
||||
-- "matchparen",
|
||||
-- "netrwPlugin",
|
||||
"tarPlugin",
|
||||
"tohtml",
|
||||
"tutor",
|
||||
"zipPlugin",
|
||||
-- "zipPlugin",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -9,3 +9,37 @@ vim.opt.list = false
|
|||
vim.opt.pumblend = 0
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.g.autoformat = false
|
||||
vim.opt.completeopt = "menuone,noselect,preview"
|
||||
vim.opt.foldmethod = "expr"
|
||||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
vim.opt.foldenable = false
|
||||
vim.opt.exrc = true
|
||||
vim.opt.ttimeoutlen = 0
|
||||
|
||||
|
||||
-- local osc52 = require("vim.ui.clipboard.osc52")
|
||||
--
|
||||
-- vim.g.clipboard = {
|
||||
-- name = "OSC 52",
|
||||
-- copy = {
|
||||
-- ["+"] = function(lines)
|
||||
-- vim.g._clipboard = lines
|
||||
-- osc52.copy("+")(lines)
|
||||
-- end,
|
||||
-- ["*"] = function(lines)
|
||||
-- vim.g._clipboard = lines
|
||||
-- osc52.copy("*")(lines)
|
||||
-- end,
|
||||
-- },
|
||||
-- paste = {
|
||||
-- -- ['+'] = require('vim.ui.clipboard.osc52').paste('+'),
|
||||
-- -- ['*'] = require('vim.ui.clipboard.osc52').paste('*'),
|
||||
-- ["+"] = function()
|
||||
-- return vim.g._clipboard
|
||||
-- end,
|
||||
-- ["*"] = function()
|
||||
-- return vim.g._clipboard
|
||||
-- end,
|
||||
-- },
|
||||
-- }
|
||||
|
|
24
lua/plugins/catppuccin.lua
Normal file
24
lua/plugins/catppuccin.lua
Normal file
|
@ -0,0 +1,24 @@
|
|||
return {
|
||||
-- {
|
||||
-- "catppuccin/nvim",
|
||||
-- name = "catppuccin",
|
||||
-- dependencies = {
|
||||
-- "mg979/vim-visual-multi",
|
||||
-- },
|
||||
-- priority = 1000,
|
||||
-- config = function()
|
||||
-- require("catppuccin").setup({
|
||||
-- custom_highlights = function(colors)
|
||||
-- print("fuuuuuuuuuuuuuuuuuuuck", colors.red)
|
||||
-- return {
|
||||
-- TreesitterContext = { bg = colors.mantle },
|
||||
-- TreesitterContextLineNumber = { bg = colors.mantle },
|
||||
-- TreesitterContextBottom = { style = { "underline" } },
|
||||
-- MultiCursor = { bg = colors.red },
|
||||
-- VM_Cursor = { bg = colors.red },
|
||||
-- }
|
||||
-- end,
|
||||
-- })
|
||||
-- end,
|
||||
-- },
|
||||
}
|
|
@ -1,7 +1,15 @@
|
|||
local cmp = require("cmp")
|
||||
local luasnip = require("luasnip")
|
||||
-- local cmp = require("cmp")
|
||||
|
||||
return {
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
opts = {
|
||||
win = {
|
||||
border = "single",
|
||||
},
|
||||
delay = 1000,
|
||||
},
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
|
@ -21,71 +29,76 @@ return {
|
|||
opts = {
|
||||
window = {
|
||||
mappings = {
|
||||
["l"] = "open",
|
||||
["l"] = "open", -- open folders and files with l
|
||||
-- ["h"] = "close",
|
||||
},
|
||||
},
|
||||
use_popups_for_input = false,
|
||||
},
|
||||
},
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
dependencies = { "rafamadriz/friendly-snippets" },
|
||||
opts = {
|
||||
region_check_events = "CursorHold,InsertLeave",
|
||||
delete_check_events = "TextChanged,InsertEnter,InsertLeave",
|
||||
},
|
||||
},
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
"hrsh7th/cmp-emoji",
|
||||
},
|
||||
-- dependencies = {
|
||||
-- "hrsh7th/cmp-emoji",
|
||||
-- },
|
||||
--@param opts cmp.ConfigSchema
|
||||
opts = function(_, opts)
|
||||
local cmp = require("cmp")
|
||||
local luasnip = require("luasnip")
|
||||
local has_words_before = function()
|
||||
unpack = unpack or table.unpack
|
||||
local line, col = unpack(vim.api.nvim_win_get_cursor(0))
|
||||
return col ~= 0 and vim.api.nvim_buf_get_lines(0, line - 1, line, true)[1]:sub(col, col):match("%s") == nil
|
||||
end
|
||||
|
||||
opts.mapping = vim.tbl_extend("force", opts.mapping, {
|
||||
["<C-k>"] = cmp.mapping.select_prev_item(),
|
||||
["<C-j>"] = cmp.mapping.select_next_item(),
|
||||
-- ["<C-b>"] = cmp.mapping(cmp.mapping.scroll_docs(-1), { "i", "c" }),
|
||||
-- ["<C-f>"] = cmp.mapping(cmp.mapping.scroll_docs(1), { "i", "c" }),
|
||||
["<C-Space>"] = cmp.mapping(cmp.mapping.complete(), { "i", "c" }),
|
||||
-- ["<C-e>"] = cmp.mapping({
|
||||
-- i = cmp.mapping.abort(),
|
||||
-- c = cmp.mapping.close(),
|
||||
-- }),
|
||||
-- Accept currently selected item. If none selected, `select` first item.
|
||||
-- Set `select` to `false` to only confirm explicitly selected items.
|
||||
["<CR>"] = cmp.mapping.confirm({ select = false }),
|
||||
-- ["<Tab>"] = cmp.mapping(function(fallback)
|
||||
-- if cmp.visible() then
|
||||
-- cmp.select_next_item()
|
||||
-- elseif luasnip.expandable() then
|
||||
-- luasnip.expand()
|
||||
-- elseif luasnip.expand_or_jumpable() then
|
||||
-- luasnip.expand_or_jump()
|
||||
-- elseif check_backspace() then
|
||||
-- fallback()
|
||||
-- else
|
||||
-- fallback()
|
||||
-- end
|
||||
-- end, {
|
||||
-- "i",
|
||||
-- "s",
|
||||
-- }),
|
||||
-- ["<S-Tab>"] = cmp.mapping(function(fallback)
|
||||
-- if cmp.visible() then
|
||||
-- cmp.select_prev_item()
|
||||
-- elseif luasnip.jumpable(-1) then
|
||||
-- luasnip.jump(-1)
|
||||
-- else
|
||||
-- fallback()
|
||||
-- end
|
||||
-- end, {
|
||||
-- "i",
|
||||
-- "s",
|
||||
-- }),
|
||||
-- opts.sources = cmp.config.sources(vim.list_extend(opts.sources, { { name = "emoji" } }))
|
||||
opts.window = {
|
||||
completion = cmp.config.window.bordered(),
|
||||
documentation = cmp.config.window.bordered(),
|
||||
}
|
||||
opts.formatting = {
|
||||
format = function(entry, vim_item)
|
||||
vim_item.abbr = string.sub(vim_item.abbr, 1, 40)
|
||||
return vim_item
|
||||
end,
|
||||
}
|
||||
opts.preselect = cmp.PreselectMode.None
|
||||
opts.completion = {
|
||||
completeopt = "menuone,noselect,preview",
|
||||
}
|
||||
opts.mapping = cmp.mapping.preset.insert({
|
||||
["<C-n>"] = cmp.mapping.select_next_item({ behavior = cmp.SelectBehavior.Insert }),
|
||||
["<C-p>"] = cmp.mapping.select_prev_item({ behavior = cmp.SelectBehavior.Insert }),
|
||||
["<C-b>"] = cmp.mapping.scroll_docs(-4),
|
||||
["<C-f>"] = cmp.mapping.scroll_docs(4),
|
||||
["<C-Space>"] = cmp.mapping.complete(),
|
||||
["<C-e>"] = cmp.mapping.abort(),
|
||||
["<CR>"] = cmp.mapping.confirm({ select = false }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items.
|
||||
-- ["<CR>"] = cmp.config.disable,
|
||||
["<S-CR>"] = cmp.mapping.confirm({
|
||||
behavior = cmp.ConfirmBehavior.Replace,
|
||||
select = true,
|
||||
}), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items.
|
||||
["<C-CR>"] = function(fallback)
|
||||
cmp.abort()
|
||||
fallback()
|
||||
end,
|
||||
["<Tab>"] = cmp.mapping(function(fallback)
|
||||
if cmp.visible() then
|
||||
cmp.select_next_item()
|
||||
-- You could replace the expand_or_jumpable() calls with expand_or_locally_jumpable()
|
||||
-- this way you will only jump inside the snippet region
|
||||
elseif luasnip.expand_or_jumpable() then
|
||||
luasnip.expand_or_jump()
|
||||
-- elseif luasnip.expand_or_locally_jumpable() then
|
||||
-- luasnip.expand_or_jump()
|
||||
elseif luasnip.expandable() then
|
||||
luasnip.expand()
|
||||
elseif has_words_before() then
|
||||
cmp.complete()
|
||||
else
|
||||
|
@ -95,41 +108,13 @@ return {
|
|||
["<S-Tab>"] = cmp.mapping(function(fallback)
|
||||
if cmp.visible() then
|
||||
cmp.select_prev_item()
|
||||
elseif luasnip.jumpable(-1) then
|
||||
luasnip.jump(-1)
|
||||
-- elseif luasnip.in_snippet() and luasnip.jumpable(-1) then
|
||||
-- luasnip.jump(-1)
|
||||
else
|
||||
fallback()
|
||||
end
|
||||
end, { "i", "s" }),
|
||||
})
|
||||
opts.window = {
|
||||
completion = cmp.config.window.bordered(),
|
||||
documentation = cmp.config.window.bordered(),
|
||||
}
|
||||
opts.preselect = cmp.PreselectMode.None
|
||||
opts.completion = {
|
||||
completeopt = "noselect",
|
||||
}
|
||||
|
||||
-- opts.formatting = {
|
||||
-- fields = { "kind", "abbr", "menu" },
|
||||
-- -- format = function(entry, vim_item)
|
||||
-- -- -- vim_item.kind = kind_icons[vim_item.kind]
|
||||
-- -- vim_item.menu = ({
|
||||
-- -- nvim_lsp = "",
|
||||
-- -- nvim_lua = "",
|
||||
-- -- luasnip = "",
|
||||
-- -- buffer = "",
|
||||
-- -- path = "",
|
||||
-- -- emoji = "",
|
||||
-- -- })[entry.source.name]
|
||||
-- -- return vim_item
|
||||
-- -- end,
|
||||
-- }
|
||||
-- opts.confirm_opts = {
|
||||
-- behavior = cmp.ConfirmBehavior.Replace,
|
||||
-- select = false,
|
||||
-- }
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
8
lua/plugins/crates.lua
Normal file
8
lua/plugins/crates.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"Saecki/crates.nvim",
|
||||
opts = {
|
||||
popup = {
|
||||
border = "rounded"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,12 +1,12 @@
|
|||
return {
|
||||
{ "echasnovski/mini.nvim", enabled = true },
|
||||
{ "echasnovski/mini.pairs", enabled = false },
|
||||
{ "echasnovski/mini.indentscope", enabled = false },
|
||||
{ "lukas-reineke/indent-blankline.nvim", enabled = false },
|
||||
{ "echasnovski/mini.bufremove", enabled = false },
|
||||
{ "folke/edgy.nvim", enabled = false },
|
||||
{ "folke/flash.nvim", enabled = false },
|
||||
-- { "rcarriga/nvim-notify", enabled = false },
|
||||
{ "goolord/alpha-nvim", enabled = false },
|
||||
{ "rcarriga/nvim-notify", enabled = false },
|
||||
{ "ggandor/leap.nvim", enabled = false },
|
||||
{ "ggandor/flit.nvim", enabled = false },
|
||||
{ "stevearc/dressing.nvim", enabled = false },
|
||||
-- { "folke/neodev.nvim", enabled = false },
|
||||
-- { "nvim-neo-tree/neo-tree.nvim", enabled = false },
|
||||
{ "nvimdev/dashboard-nvim", enabled = false },
|
||||
}
|
||||
|
|
3
lua/plugins/dressing.lua
Normal file
3
lua/plugins/dressing.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
{ "stevearc/dressing.nvim", opts = { input = { insert_only = false } } },
|
||||
}
|
|
@ -1,7 +1,8 @@
|
|||
return {
|
||||
{
|
||||
"j-hui/fidget.nvim",
|
||||
enabled = true,
|
||||
tag = 'legacy',
|
||||
enabled = false,
|
||||
init = function()
|
||||
require("fidget").setup()
|
||||
end,
|
||||
|
|
17
lua/plugins/image.lua
Normal file
17
lua/plugins/image.lua
Normal file
|
@ -0,0 +1,17 @@
|
|||
return {
|
||||
-- {
|
||||
-- "vhyrro/luarocks.nvim",
|
||||
-- priority = 1001,
|
||||
-- opts = {
|
||||
-- rocks = { "magick" },
|
||||
-- },
|
||||
-- },
|
||||
-- {
|
||||
-- "3rd/image.nvim",
|
||||
-- dependencies = { "luarocks.nvim" },
|
||||
-- opts = {
|
||||
-- backend = "kitty",
|
||||
-- -- tmux_show_only_in_active_window = true,
|
||||
-- },
|
||||
-- },
|
||||
}
|
19
lua/plugins/indentscope.lua
Normal file
19
lua/plugins/indentscope.lua
Normal file
|
@ -0,0 +1,19 @@
|
|||
return {
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
opts = {
|
||||
indent = { char = "▏" },
|
||||
},
|
||||
},
|
||||
{
|
||||
"echasnovski/mini.indentscope",
|
||||
opts = {
|
||||
symbol = "▏",
|
||||
-- options = { try_as_border = true },
|
||||
draw = {
|
||||
delay = 0,
|
||||
animation = require("mini.indentscope").gen_animation.none(),
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
|
@ -3,15 +3,32 @@ return {
|
|||
"neovim/nvim-lspconfig",
|
||||
init = function()
|
||||
local format = function()
|
||||
require("lazyvim.plugins.lsp.format").format({ force = true })
|
||||
require("lazyvim.util").format({ force = true })
|
||||
end
|
||||
|
||||
local keys = require("lazyvim.plugins.lsp.keymaps").get()
|
||||
keys[#keys + 1] = { "<leader>lf", format, desc = "Format Document", has = "documentFormatting" }
|
||||
keys[#keys + 1] = { "<leader>lf", format, desc = "Format Range", mode = "v", has = "documentRangeFormatting" }
|
||||
keys[#keys + 1] = { "K", false } -- su puta madre!
|
||||
vim.diagnostic.config({
|
||||
float = { border = "rounded" },
|
||||
})
|
||||
end,
|
||||
opts = {
|
||||
autoformat = false,
|
||||
diagnostics = {
|
||||
update_in_insert = true,
|
||||
},
|
||||
setup = {
|
||||
rust_analyzer = function()
|
||||
return true
|
||||
end,
|
||||
tsserver = function()
|
||||
return false
|
||||
end,
|
||||
vtsls = function()
|
||||
return true
|
||||
end,
|
||||
},
|
||||
servers = {
|
||||
yamlls = {
|
||||
settings = {
|
||||
|
@ -20,6 +37,41 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
lua_ls = {
|
||||
root_dir = function()
|
||||
return vim.loop.cwd()
|
||||
end,
|
||||
-- ---@type LazyKeys[]
|
||||
-- keys = {},
|
||||
settings = {
|
||||
Lua = {
|
||||
workspace = {
|
||||
checkThirdParty = false,
|
||||
},
|
||||
completion = {
|
||||
callSnippet = "Replace",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
vtsls = { enabled = false },
|
||||
tsserver = {
|
||||
enabled = true,
|
||||
settings = {
|
||||
typescript = {
|
||||
inlayHints = {
|
||||
includeInlayEnumMemberValueHints = true,
|
||||
includeInlayFunctionLikeReturnTypeHints = true,
|
||||
includeInlayFunctionParameterTypeHints = true,
|
||||
includeInlayParameterNameHints = "literals",
|
||||
includeInlayParameterNameHintsWhenArgumentMatchesName = false,
|
||||
includeInlayPropertyDeclarationTypeHints = true,
|
||||
includeInlayVariableTypeHints = false,
|
||||
includeInlayVariableTypeHintsWhenTypeMatchesName = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
6
lua/plugins/lsp_signature.lua
Normal file
6
lua/plugins/lsp_signature.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
{
|
||||
"ray-x/lsp_signature.nvim",
|
||||
enabled = true,
|
||||
},
|
||||
}
|
18
lua/plugins/neotree.lua
Normal file
18
lua/plugins/neotree.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
opts = {
|
||||
mappings = {
|
||||
["<leader>p"] = { "toggle_preview", config = { use_float = true, use_image_nvim = true } },
|
||||
},
|
||||
-- commands = {
|
||||
-- preview_image = function(state)
|
||||
-- local node = state.tree:get_node()
|
||||
-- if node.type == "file" then
|
||||
-- require("image_preview").PreviewImage(node.path)
|
||||
-- end
|
||||
-- end,
|
||||
-- },
|
||||
},
|
||||
},
|
||||
}
|
|
@ -1,52 +1,39 @@
|
|||
return {
|
||||
"folke/noice.nvim",
|
||||
enabled = false,
|
||||
commit = "d9328ef",
|
||||
enabled = true,
|
||||
opts = {
|
||||
cmdline = {
|
||||
enabled = true,
|
||||
view = "cmdline",
|
||||
format = {
|
||||
cmdline = false,
|
||||
search_down = false,
|
||||
search_up = false,
|
||||
filter = false,
|
||||
lua = false,
|
||||
help = false,
|
||||
cmdline = { pattern = "^:", icon = ":", lang = "vim" },
|
||||
},
|
||||
},
|
||||
messages = {
|
||||
enabled = true,
|
||||
},
|
||||
popupmenu = {
|
||||
enabled = false,
|
||||
backend = "nui",
|
||||
views = {
|
||||
hover = {
|
||||
border = { style = "rounded" },
|
||||
-- size = { max_width = 20 },
|
||||
},
|
||||
},
|
||||
presets = {
|
||||
bottom_search = true,
|
||||
command_palette = false,
|
||||
long_message_to_split = true,
|
||||
inc_rename = false,
|
||||
lsp_doc_border = true,
|
||||
},
|
||||
lsp = {
|
||||
progress = {
|
||||
enabled = true,
|
||||
routes = {
|
||||
{
|
||||
filter = {
|
||||
event = "notify",
|
||||
find = "Request textDocument/inlayHint failed",
|
||||
},
|
||||
opts = { skip = true },
|
||||
},
|
||||
},
|
||||
status = {},
|
||||
-- views = {
|
||||
-- popupmenu = {
|
||||
-- relative = "cursor",
|
||||
-- position = {
|
||||
-- row = 0,
|
||||
-- col = 0,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- routes = {
|
||||
-- view = "cmdline",
|
||||
-- filter = {
|
||||
-- lsp = {
|
||||
-- progress = {
|
||||
-- enabled = false
|
||||
-- }
|
||||
-- }
|
||||
-- },
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
return {
|
||||
-- {
|
||||
-- "nvim-tree/nvim-tree.lua",
|
||||
-- },
|
||||
-- {
|
||||
-- "nvim-tree/nvim-web-devicons",
|
||||
-- },
|
||||
}
|
9
lua/plugins/repolink.lua
Normal file
9
lua/plugins/repolink.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
{
|
||||
"9seconds/repolink.nvim",
|
||||
opts = {
|
||||
use_full_commit_hash = true,
|
||||
bang_register = "+",
|
||||
}
|
||||
},
|
||||
}
|
12
lua/plugins/typescript.lua
Normal file
12
lua/plugins/typescript.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
-- {
|
||||
-- "jose-elias-alvarez/typescript.nvim",
|
||||
-- opts = {
|
||||
-- init_options = {
|
||||
-- preferences = {
|
||||
-- importModuleSpecifierPreference = "relative",
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
}
|
|
@ -1,9 +1,8 @@
|
|||
return {
|
||||
{
|
||||
"mg979/vim-visual-multi",
|
||||
-- enabled = true,
|
||||
-- init = function()
|
||||
-- require("fidget").setup()
|
||||
-- end,
|
||||
init = function()
|
||||
vim.g.VM_theme = "olive"
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue