Compare commits

..

48 commits

Author SHA1 Message Date
0368d28648 enable helm extra 2024-09-23 16:01:38 -04:00
Andy Teijelo
f4053f764f sync 2024-09-23 16:01:31 -04:00
Andy Teijelo
3ad4b16d66 dismiss notifications with Esc 2024-09-23 15:59:13 -04:00
Andy Teijelo
84874e4767 improve GoToBuffer keymaps 2024-09-23 15:37:07 -04:00
9f54144f43 broken which-key 2024-07-18 16:49:31 -04:00
Andy Teijelo
11dcc20d71 switch from vtsls to tsserver 2024-07-16 12:07:09 -04:00
Andy Teijelo
73684f4c7f remove commented out lsp settings 2024-07-16 11:59:51 -04:00
Andy Teijelo
8464c542c4 Sync 2024-07-14 12:44:45 -04:00
Andy Teijelo
77f02a2178 add borders to diagnostics, filter out vtsls inlayHint errors 2024-07-14 12:44:20 -04:00
c6eb8cf13d add ansible extra 2024-07-13 21:21:28 -04:00
ac3ce767cc which border config update 2024-07-13 21:21:07 -04:00
0636a4b90a give noice another try 2024-07-07 16:32:19 -04:00
Andy Teijelo
2ffa521e84 fix osc52 2024-06-22 14:26:02 -04:00
Andy Teijelo
8a950deee0 avoid confusing <Esc> + key with <Alt> + key 2024-06-19 16:46:43 -04:00
Andy Teijelo
95be988ec4 dap shortcuts 2024-06-19 16:46:33 -04:00
Andy Teijelo
dd079bb9f9 add repolink and osc52 support just for copying 2024-06-19 16:45:33 -04:00
Andy Teijelo
fde7281e01 disable image, tweak indent lines 2024-06-19 16:44:47 -04:00
c610cc2da5 update to neovim 0.10 2024-05-21 23:51:37 -04:00
Andy Teijelo
1e8399ab51 fix mini-indentscope and indent-blankline 2024-05-21 23:23:46 -04:00
5533ebc8df show images 2024-05-19 01:01:34 -04:00
Andy Teijelo
739ec568b5 update 2024-05-09 12:02:30 -04:00
8b35d2ebe3 enable exrc 2024-05-09 11:57:14 -04:00
83e5f4aa72 lock file update 2024-05-06 11:03:29 -04:00
2241921f6f set vim-visual-multi color theme 2024-05-06 11:03:04 -04:00
Andy Teijelo
4d679834ff add treesitter foldexpr 2024-05-06 11:02:03 -04:00
Andy Teijelo
7b31e0ad53 sync 2024-02-15 13:49:51 -05:00
43c0c9fb75 tried noice again, remembered why I disabled it 2024-02-05 14:21:27 -05:00
Andy Teijelo
3557250d95 reenable zip plugin 2024-02-05 08:52:48 -05:00
d4f71ddb0f More Tab key fixes 2023-12-18 09:33:02 -05:00
d2a3415639 fighting LuaSnip 2023-12-08 12:55:38 -05:00
1ea88ca014 update, disable dashboard, fix <leader>n 2023-11-22 20:10:00 -05:00
Andy Teijelo
f5ec64c2fd fixed indent-blankline opts 2023-11-01 14:18:00 -04:00
125d86d70c more stuff 2023-11-01 14:13:59 -04:00
9c022e2065 stuff 2023-11-01 14:13:31 -04:00
304d3dbf31 updates 2023-11-01 14:13:09 -04:00
Andy Teijelo
4d154c4a84 indent blankline 2023-07-31 19:26:01 -04:00
Andy Teijelo
d2bfb1bcac disable flash, hotkeys tweaks 2023-07-17 11:08:44 -04:00
Andy Teijelo
cdc212db43 Enable dressing 2023-06-24 15:56:19 -04:00
Andy Teijelo
00d661d16e Use dressing for vim.ui.input with modal editing 2023-06-20 15:19:30 -04:00
49d6cd7aa2 Set indent to 2 in html files 2023-06-18 12:59:59 -04:00
42a076b8a8 Adding clippy 2023-06-18 12:59:41 -04:00
87e9746745 delete commented out code 2023-06-18 12:47:26 -04:00
cd06d70003 Trying (and failing) to fix vim-visual-multi colors 2023-06-14 11:13:05 -04:00
Andy Teijelo
a7c5a393d7 More typescript tweaks 2023-06-12 16:41:51 -04:00
Andy Teijelo
638de16463 Add bbye 2023-06-12 13:18:08 -04:00
0ece95dc60 fix indent for lua files 2023-06-12 10:02:33 -04:00
b82a39b872 More tweaks 2023-06-12 09:07:22 -04:00
8a7d5a8927 Some cleanup 2023-06-09 20:53:37 -04:00
26 changed files with 502 additions and 357 deletions

2
after/ftplugin/c.lua Normal file
View file

@ -0,0 +1,2 @@
vim.opt.sw=2
vim.opt.ts=2

2
after/ftplugin/html.lua Normal file
View file

@ -0,0 +1,2 @@
vim.opt.sw=2
vim.opt.ts=2

2
after/ftplugin/lua.lua Normal file
View file

@ -0,0 +1,2 @@
vim.opt.sw=2
vim.opt.ts=2

View file

@ -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 -- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy") require("config.lazy")

View file

@ -1,50 +1,65 @@
{ {
"LazyVim": { "branch": "main", "commit": "7c593dce1f37647fddca3a6b5caaf7a94324a064" }, "LazyVim": { "branch": "main", "commit": "a1c3ec4cd43fe61e3b614237a46ac92771191c81" },
"LuaSnip": { "branch": "master", "commit": "a13af80734eb28f744de6c875330c9d3c24b5f3b" }, "LuaSnip": { "branch": "master", "commit": "e808bee352d1a6fcf902ca1a71cee76e60e24071" },
"bufferline.nvim": { "branch": "main", "commit": "02d795081e6a24ec1fd506c513491543793d0780" }, "SchemaStore.nvim": { "branch": "main", "commit": "efa0466f9f7971256ad5da010832180fc7d8996b" },
"catppuccin": { "branch": "main", "commit": "233c4175780d9b4e39ae4fe4535c1e4c14bd76ed" }, "bufferline.nvim": { "branch": "main", "commit": "0b2fd861eee7595015b6561dade52fb060be10c4" },
"catppuccin": { "branch": "main", "commit": "63685e1562ef53873c9764b483d7ac5c7a608922" },
"cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" }, "cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" },
"cmp-emoji": { "branch": "main", "commit": "19075c36d5820253d32e2478b6aaf3734aeaafa0" }, "cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" },
"cmp-nvim-lsp": { "branch": "main", "commit": "0e6b2ed705ddcff9738ec4ea838141654f12eeef" },
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" }, "cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
"cmp_luasnip": { "branch": "master", "commit": "18095520391186d634a0045dacaa346291096566" }, "conform.nvim": { "branch": "master", "commit": "1a99fdc1d3aa9ccdf3021e67982a679a8c5c740c" },
"fidget.nvim": { "branch": "main", "commit": "0ba1e16d07627532b6cae915cc992ecac249fb97" }, "crates.nvim": { "branch": "main", "commit": "5a24e3ba60e28e0cfde540696630b3c5a4db6dfd" },
"friendly-snippets": { "branch": "main", "commit": "b471f5419155ce832eff71ad8920ea8cfbd54840" }, "dressing.nvim": { "branch": "master", "commit": "1b7921eecc65af1baf8ac1dc06f0794934cbcfb2" },
"gitsigns.nvim": { "branch": "main", "commit": "4455bb5364d29ff86639dfd5533d4fe4b48192d4" }, "friendly-snippets": { "branch": "main", "commit": "00ba9dd3df89509f95437b8d595553707c46d5ea" },
"lazy.nvim": { "branch": "main", "commit": "f145e6f42a56306c5536e9efbfe41f7efbec285d" }, "gitsigns.nvim": { "branch": "main", "commit": "1ef74b546732f185d0f806860fa5404df7614f28" },
"leap.nvim": { "branch": "main", "commit": "14b5a65190fe69388a8f59c695ed3394a10d6af8" }, "grug-far.nvim": { "branch": "main", "commit": "27a502037da8657a8b2ab7e31a6439d7b7063af5" },
"lualine.nvim": { "branch": "master", "commit": "05d78e9fd0cdfb4545974a5aa14b1be95a86e9c9" }, "indent-blankline.nvim": { "branch": "master", "commit": "18603eb949eba08300799f64027af11ef922283f" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "5230617372e656d4a2e1e236e03bf7e7b4b97273" }, "lazy.nvim": { "branch": "main", "commit": "077102c5bfc578693f12377846d427f49bc50076" },
"mason.nvim": { "branch": "main", "commit": "7d7efc738e08fc5bee822857db45cb6103f0b0c1" }, "lazydev.nvim": { "branch": "main", "commit": "491452cf1ca6f029e90ad0d0368848fac717c6d2" },
"mini.ai": { "branch": "main", "commit": "44d7df1340b16b16b27b67fba07028cb57f45408" }, "lsp_signature.nvim": { "branch": "master", "commit": "fc38521ea4d9ec8dbd4c2819ba8126cea743943b" },
"mini.bufremove": { "branch": "main", "commit": "14805473144fffbd019d07e51bed2d176e065ee9" }, "lualine.nvim": { "branch": "master", "commit": "b431d228b7bbcdaea818bdc3e25b8cdbe861f056" },
"mini.comment": { "branch": "main", "commit": "877acea5b2a32ff55f808fc0ebe9aa898648318c" }, "luvit-meta": { "branch": "main", "commit": "ce76f6f6cdc9201523a5875a4471dcfe0186eb60" },
"mini.nvim": { "branch": "main", "commit": "296ebbbd3e5ba5e43f5125efe18ad76fe3b632cc" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "25c11854aa25558ee6c03432edfa0df0217324be" },
"mini.surround": { "branch": "main", "commit": "eeaf96562947f75afa51a6266e066529369ca7ef" }, "mason-nvim-dap.nvim": { "branch": "main", "commit": "8b9363d83b5d779813cdd2819b8308651cec2a09" },
"neo-tree.nvim": { "branch": "v2.x", "commit": "d883632bf8f92f1d5abea4a9c28fb2f90aa795aa" }, "mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" },
"neoconf.nvim": { "branch": "main", "commit": "4cfa8a11e4de565c95636643db77b44f926f4f25" }, "mini.ai": { "branch": "main", "commit": "40e380a589d07ec2c856940c6422aafe5d949a0d" },
"neodev.nvim": { "branch": "main", "commit": "a24a910ad0842be997f34a4811c10b4f92aa53af" }, "mini.icons": { "branch": "main", "commit": "2d89252993fec829b24720097a687412d10f6c85" },
"nui.nvim": { "branch": "main", "commit": "d5a82aae64426a805e19d8ef5a379292f9dc55d3" }, "mini.indentscope": { "branch": "main", "commit": "da9af64649e114aa79480c238fd23f6524bc0903" },
"null-ls.nvim": { "branch": "main", "commit": "a138b14099e9623832027ea12b4631ddd2a49256" }, "mini.nvim": { "branch": "main", "commit": "e50cf9de614500a20e47cfc50e30a100042f91c3" },
"nvim-cmp": { "branch": "main", "commit": "b5a636d46c69bb371995c22d7a10ee1544004879" }, "mini.surround": { "branch": "main", "commit": "0e67c4bc147f2a15cee94e7c94dcc0e115b9f55e" },
"nvim-lspconfig": { "branch": "master", "commit": "0f598b9ab9f2a6d7e137074be99c8d89af44b990" }, "neo-tree.nvim": { "branch": "main", "commit": "a77af2e764c5ed4038d27d1c463fa49cd4794e07" },
"nvim-navic": { "branch": "master", "commit": "15704c607569d6c5cfeab486d3ef9459645a70ce" }, "noice.nvim": { "branch": "main", "commit": "d9328ef903168b6f52385a751eb384ae7e906c6f" },
"nvim-spectre": { "branch": "master", "commit": "1abe23ec9b7bc3082164f4cb842d521ef70e080e" }, "nui.nvim": { "branch": "main", "commit": "b58e2bfda5cea347c9d58b7f11cf3012c7b3953f" },
"nvim-treesitter": { "branch": "master", "commit": "2c59e0ff3da6514b03d853ebecb6c36c515a5d7d" }, "nvim-ansible": { "branch": "main", "commit": "9c3b4a771b8c8d7b4f2171466464d978cb3846f7" },
"nvim-treesitter-textobjects": { "branch": "master", "commit": "2d6d3c7e49a24f6ffbbf7898241fefe9784f61bd" }, "nvim-cmp": { "branch": "main", "commit": "ae644feb7b67bf1ce4260c231d1d4300b19c6f30" },
"nvim-ts-context-commentstring": { "branch": "main", "commit": "0bf8fbc2ca8f8cdb6efbd0a9e32740d7a991e4c3" }, "nvim-dap": { "branch": "master", "commit": "90616ae6ae40053103dc66872886fc26b94c70c8" },
"nvim-web-devicons": { "branch": "master", "commit": "2a125024a137677930efcfdf720f205504c97268" }, "nvim-dap-python": { "branch": "master", "commit": "db72bf6ab9f75fe841e8e11e772ee7fef6f484f1" },
"persistence.nvim": { "branch": "main", "commit": "4b8051c01f696d8849a5cb8afa9767be8db16e40" }, "nvim-dap-ui": { "branch": "master", "commit": "1c351e4e417d4691da12948b6ecf966936a56d28" },
"plenary.nvim": { "branch": "master", "commit": "499e0743cf5e8075cd32af68baa3946a1c76adf1" }, "nvim-dap-virtual-text": { "branch": "master", "commit": "3497eb39bf413a57ab5b7e7e2e192683e462148c" },
"telescope.nvim": { "branch": "master", "commit": "991d5db62451ee7a50944b84aaad4b58c3447b60" }, "nvim-lint": { "branch": "master", "commit": "968a35d54b3a4c1ce66609cf80b14d4ae44fe77f" },
"todo-comments.nvim": { "branch": "main", "commit": "09b0b17d824d2d56f02ff15967e8a2499a89c731" }, "nvim-lspconfig": { "branch": "master", "commit": "dd329912c8d446240584a2dbcd3802af3a19105a" },
"tokyonight.nvim": { "branch": "main", "commit": "161114bd39b990995e08dbf941f6821afbdcd666" }, "nvim-nio": { "branch": "master", "commit": "a428f309119086dc78dd4b19306d2d67be884eee" },
"trouble.nvim": { "branch": "main", "commit": "2af0dd9767526410c88c628f1cbfcb6cf22dd683" }, "nvim-notify": { "branch": "master", "commit": "fbef5d32be8466dd76544a257d3f3dce20082a07" },
"typescript.nvim": { "branch": "main", "commit": "5b3680e5c386e8778c081173ea0c978c14a40ccb" }, "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-bbye": { "branch": "master", "commit": "25ef93ac5a87526111f43e5110675032dbcacf56" },
"vim-illuminate": { "branch": "master", "commit": "a2907275a6899c570d16e95b9db5fd921c167502" }, "vim-visual-multi": { "branch": "master", "commit": "a6975e7c1ee157615bbc80fc25e4392f71c344d4" },
"vim-repeat": { "branch": "master", "commit": "24afe922e6a05891756ecf331f39a1f6743d3d5a" }, "which-key.nvim": { "branch": "main", "commit": "fb070344402cfc662299d9914f5546d840a22126" }
"vim-startuptime": { "branch": "master", "commit": "454b3de856b7bd298700de33d79774ca9b9e3875" }, }
"vim-visual-multi": { "branch": "master", "commit": "724bd53adfbaf32e129b001658b45d4c5c29ca1a" },
"which-key.nvim": { "branch": "main", "commit": "e271c28118998c93a14d189af3395812a1aa646c" }
}

25
lazyvim.json Normal file
View 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
}

View file

@ -1,3 +1,16 @@
-- Autocmds are automatically loaded on the VeryLazy event -- 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 -- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
-- Add any additional autocmds here -- 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,
})

View file

@ -11,123 +11,41 @@ local opts = { silent = true }
keymap("n", "<Leader>l", "<Nop>", opts) keymap("n", "<Leader>l", "<Nop>", opts)
keymap("n", "<Leader>lz", "<cmd>:Lazy<cr>", { desc = "Lazy" }) 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 -- Navigate buffers
keymap("n", "<M-l>", ":BufferLineCycleNext<CR>", opts) for _, mode in ipairs({ "n", "i", "x" }) do
keymap("n", "<M-h>", ":BufferLineCyclePrev<CR>", opts) keymap(mode, "<M-l>", "<cmd>BufferLineCycleNext<CR>", opts)
keymap("i", "<M-l>", ":BufferLineCycleNext<CR>", opts) keymap(mode, "<M-h>", "<cmd>BufferLineCyclePrev<CR>", opts)
keymap("i", "<M-h>", ":BufferLineCyclePrev<CR>", opts) end
keymap("x", "<M-l>", ":BufferLineCycleNext<CR>", opts)
keymap("x", "<M-h>", ":BufferLineCyclePrev<CR>", opts)
keymap("n", "<H>", "<Nop>", opts) keymap("n", "<H>", "<Nop>", opts)
keymap("n", "<L>", "<Nop>", opts) keymap("n", "<L>", "<Nop>", opts)
keymap("n", "<M-L>", ":BufferLineMoveNext<CR>", opts) keymap("n", "<M-L>", ":BufferLineMoveNext<CR>", opts)
keymap("n", "<M-H>", ":BufferLineMovePrev<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 }) function go_to_buffer(buffer)
vim.keymap.set(mode, "<A-2>", "<Cmd>BufferLineGoToBuffer 2<CR>", { noremap = true, silent = true }) return function()
vim.keymap.set(mode, "<A-3>", "<Cmd>BufferLineGoToBuffer 3<CR>", { noremap = true, silent = true }) require("bufferline").go_to(buffer, true)
vim.keymap.set(mode, "<A-4>", "<Cmd>BufferLineGoToBuffer 4<CR>", { noremap = true, silent = true }) end
vim.keymap.set(mode, "<A-5>", "<Cmd>BufferLineGoToBuffer 5<CR>", { noremap = true, silent = true })
end end
--
-- for _, mode in ipairs({ "n", "i", "v" }) do
-- -- Clear highlights for i = 1, 8 do
-- keymap("n", "<leader>h", "<cmd>nohlsearch<CR>", opts) 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 -- Close buffers
keymap("n", "<M-q>", "<cmd>Bdelete<CR>", opts) keymap("n", "<M-q>", "<cmd>Bdelete<CR>", opts)
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 -- search with '-', for my LatinAmerican layout
keymap("n", "-", "/", opts) keymap("n", "-", "/", opts)
keymap("x", "-", "/", 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 -- disable arrow keys
keymap("n", "<Right>", "<Nop>", opts) keymap("n", "<Right>", "<Nop>", opts)
keymap("n", "<Left>", "<Nop>", opts) keymap("n", "<Left>", "<Nop>", opts)
@ -137,77 +55,74 @@ keymap("i", "<Right>", "<Nop>", opts)
keymap("i", "<Left>", "<Nop>", opts) keymap("i", "<Left>", "<Nop>", opts)
keymap("i", "<Up>", "<Nop>", opts) keymap("i", "<Up>", "<Nop>", opts)
keymap("i", "<Down>", "<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() local function clean_screen()
vim.cmd('noau normal! "vy"') vim.o.number = not vim.o.number
local text = vim.fn.getreg('v') if vim.o.number then
vim.fn.setreg('v', {}) if vim.diagnostic.get_next() then
pcall(vim.diagnostic.show)
text = string.gsub(text, "\n", "") end
if #text > 0 then vim.opt.signcolumn = "yes"
return text vim.g.miniindentscope_disable = false
else MiniIndentscope.draw()
return '' vim.cmd("syntax on")
end 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 end
keymap('v', '<space>sw', function() keymap("n", "<leader>n", clean_screen, opts)
local tb = require('telescope.builtin')
local text = vim.getVisualSelection() function vim.getVisualSelection()
tb.live_grep({ default_text = text }) 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) end, opts)
-- keymap("n", "<S-ScrollWheelDown>", "5zl")
-- local function otherkeymaps() keymap("n", "<S-ScrollWheelUp>", "5zh")
-- local ok keymap("i", "<S-ScrollWheelDown>", "5zl")
-- local wk keymap("i", "<S-ScrollWheelUp>", "5zh")
-- local gs keymap("x", "<S-ScrollWheelDown>", "5zl")
-- ok, wk = pcall(require, "which-key") keymap("x", "<S-ScrollWheelUp>", "5zh")
-- if not ok then
-- return keymap("n", "<leader>j", vim.diagnostic.goto_next, opts)
-- end keymap("n", "<leader>k", vim.diagnostic.goto_prev, opts)
-- ok, gs = pcall(require, "gitsigns")
-- if not ok then keymap("n", "<F9>", "<cmd>DapToggleBreakpoint<CR>")
-- return keymap("n", "<F5>", "<cmd>DapContinue<CR>")
-- end keymap("n", "<F10>", "<cmd>DapStepOver<CR>")
-- wk.register({ keymap("n", "<F11>", "<cmd>DapStepInto<CR>")
-- g = { keymap("n", "<S-F11>", "<cmd>DapStepOut<CR>")
-- name = "gitsigns",
-- p = { "<cmd>Gitsigns preview_hunk<cr>", "Preview hunk" }, vim.keymap.set("n", "K", require("noice.lsp").hover, { noremap = true, silent = true })
-- b = { function() gs.blame_line{full=false} end, "Blame line (short)" },
-- B = { function() gs.blame_line{full=true} end, "Blame line (full)" } local function dismiss_notifications()
-- }, require("notify").dismiss({ silent = true, pending = true })
-- prefix = "<leader>" vim.cmd("noh")
-- }) end
-- end vim.keymap.set("n", "<Esc>", dismiss_notifications, { desc = "Dismiss notifications" })
-- 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()

View file

@ -11,9 +11,9 @@ require("lazy").setup({
-- add LazyVim and import its plugins -- add LazyVim and import its plugins
{ "LazyVim/LazyVim", import = "lazyvim.plugins" }, { "LazyVim/LazyVim", import = "lazyvim.plugins" },
-- import any extras modules here -- import any extras modules here
{ import = "lazyvim.plugins.extras.lang.typescript" }, -- { import = "lazyvim.plugins.extras.lang.typescript" },
{ import = "lazyvim.plugins.extras.linting.eslint" }, -- { import = "lazyvim.plugins.extras.linting.eslint" },
{ import = "lazyvim.plugins.extras.formatting.prettier" }, -- { import = "lazyvim.plugins.extras.formatting.prettier" },
-- { import = "lazyvim.plugins.extras.lang.json" }, -- { import = "lazyvim.plugins.extras.lang.json" },
-- { import = "lazyvim.plugins.extras.ui.mini-animate" }, -- { import = "lazyvim.plugins.extras.ui.mini-animate" },
-- import/override with your plugins -- import/override with your plugins
@ -37,14 +37,14 @@ require("lazy").setup({
rtp = { rtp = {
-- disable some rtp plugins -- disable some rtp plugins
disabled_plugins = { disabled_plugins = {
"gzip", -- "gzip",
-- "matchit", -- "matchit",
-- "matchparen", -- "matchparen",
-- "netrwPlugin", -- "netrwPlugin",
"tarPlugin", "tarPlugin",
"tohtml", "tohtml",
"tutor", "tutor",
"zipPlugin", -- "zipPlugin",
}, },
}, },
}, },

View file

@ -9,3 +9,37 @@ vim.opt.list = false
vim.opt.pumblend = 0 vim.opt.pumblend = 0
vim.opt.tabstop = 4 vim.opt.tabstop = 4
vim.opt.shiftwidth = 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,
-- },
-- }

View 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,
-- },
}

View file

@ -1,7 +1,15 @@
local cmp = require("cmp") -- local cmp = require("cmp")
local luasnip = require("luasnip")
return { return {
{
"folke/which-key.nvim",
opts = {
win = {
border = "single",
},
delay = 1000,
},
},
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
@ -21,71 +29,76 @@ return {
opts = { opts = {
window = { window = {
mappings = { 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", "hrsh7th/nvim-cmp",
dependencies = { -- dependencies = {
"hrsh7th/cmp-emoji", -- "hrsh7th/cmp-emoji",
}, -- },
--@param opts cmp.ConfigSchema
opts = function(_, opts) opts = function(_, opts)
local cmp = require("cmp")
local luasnip = require("luasnip")
local has_words_before = function() local has_words_before = function()
unpack = unpack or table.unpack unpack = unpack or table.unpack
local line, col = unpack(vim.api.nvim_win_get_cursor(0)) 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 return col ~= 0 and vim.api.nvim_buf_get_lines(0, line - 1, line, true)[1]:sub(col, col):match("%s") == nil
end end
-- opts.sources = cmp.config.sources(vim.list_extend(opts.sources, { { name = "emoji" } }))
opts.mapping = vim.tbl_extend("force", opts.mapping, { opts.window = {
["<C-k>"] = cmp.mapping.select_prev_item(), completion = cmp.config.window.bordered(),
["<C-j>"] = cmp.mapping.select_next_item(), documentation = cmp.config.window.bordered(),
-- ["<C-b>"] = cmp.mapping(cmp.mapping.scroll_docs(-1), { "i", "c" }), }
-- ["<C-f>"] = cmp.mapping(cmp.mapping.scroll_docs(1), { "i", "c" }), opts.formatting = {
["<C-Space>"] = cmp.mapping(cmp.mapping.complete(), { "i", "c" }), format = function(entry, vim_item)
-- ["<C-e>"] = cmp.mapping({ vim_item.abbr = string.sub(vim_item.abbr, 1, 40)
-- i = cmp.mapping.abort(), return vim_item
-- c = cmp.mapping.close(), end,
-- }), }
-- Accept currently selected item. If none selected, `select` first item. opts.preselect = cmp.PreselectMode.None
-- Set `select` to `false` to only confirm explicitly selected items. opts.completion = {
["<CR>"] = cmp.mapping.confirm({ select = false }), completeopt = "menuone,noselect,preview",
-- ["<Tab>"] = cmp.mapping(function(fallback) }
-- if cmp.visible() then opts.mapping = cmp.mapping.preset.insert({
-- cmp.select_next_item() ["<C-n>"] = cmp.mapping.select_next_item({ behavior = cmp.SelectBehavior.Insert }),
-- elseif luasnip.expandable() then ["<C-p>"] = cmp.mapping.select_prev_item({ behavior = cmp.SelectBehavior.Insert }),
-- luasnip.expand() ["<C-b>"] = cmp.mapping.scroll_docs(-4),
-- elseif luasnip.expand_or_jumpable() then ["<C-f>"] = cmp.mapping.scroll_docs(4),
-- luasnip.expand_or_jump() ["<C-Space>"] = cmp.mapping.complete(),
-- elseif check_backspace() then ["<C-e>"] = cmp.mapping.abort(),
-- fallback() ["<CR>"] = cmp.mapping.confirm({ select = false }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items.
-- else -- ["<CR>"] = cmp.config.disable,
-- fallback() ["<S-CR>"] = cmp.mapping.confirm({
-- end behavior = cmp.ConfirmBehavior.Replace,
-- end, { select = true,
-- "i", }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items.
-- "s", ["<C-CR>"] = function(fallback)
-- }), cmp.abort()
-- ["<S-Tab>"] = cmp.mapping(function(fallback) fallback()
-- if cmp.visible() then end,
-- cmp.select_prev_item()
-- elseif luasnip.jumpable(-1) then
-- luasnip.jump(-1)
-- else
-- fallback()
-- end
-- end, {
-- "i",
-- "s",
-- }),
["<Tab>"] = cmp.mapping(function(fallback) ["<Tab>"] = cmp.mapping(function(fallback)
if cmp.visible() then if cmp.visible() then
cmp.select_next_item() cmp.select_next_item()
-- You could replace the expand_or_jumpable() calls with expand_or_locally_jumpable() -- You could replace the expand_or_jumpable() calls with expand_or_locally_jumpable()
-- this way you will only jump inside the snippet region -- this way you will only jump inside the snippet region
elseif luasnip.expand_or_jumpable() then -- elseif luasnip.expand_or_locally_jumpable() then
luasnip.expand_or_jump() -- luasnip.expand_or_jump()
elseif luasnip.expandable() then
luasnip.expand()
elseif has_words_before() then elseif has_words_before() then
cmp.complete() cmp.complete()
else else
@ -95,41 +108,13 @@ return {
["<S-Tab>"] = cmp.mapping(function(fallback) ["<S-Tab>"] = cmp.mapping(function(fallback)
if cmp.visible() then if cmp.visible() then
cmp.select_prev_item() cmp.select_prev_item()
elseif luasnip.jumpable(-1) then -- elseif luasnip.in_snippet() and luasnip.jumpable(-1) then
luasnip.jump(-1) -- luasnip.jump(-1)
else else
fallback() fallback()
end end
end, { "i", "s" }), 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, end,
}, },
} }

8
lua/plugins/crates.lua Normal file
View file

@ -0,0 +1,8 @@
return {
"Saecki/crates.nvim",
opts = {
popup = {
border = "rounded"
}
}
}

View file

@ -1,12 +1,12 @@
return { return {
{ "echasnovski/mini.nvim", enabled = true }, { "echasnovski/mini.nvim", enabled = true },
{ "echasnovski/mini.pairs", enabled = false }, { "echasnovski/mini.pairs", enabled = false },
{ "echasnovski/mini.indentscope", enabled = false }, { "echasnovski/mini.bufremove", enabled = false },
{ "lukas-reineke/indent-blankline.nvim", enabled = false }, { "folke/edgy.nvim", enabled = false },
{ "folke/flash.nvim", enabled = false },
-- { "rcarriga/nvim-notify", enabled = false },
{ "goolord/alpha-nvim", enabled = false }, { "goolord/alpha-nvim", enabled = false },
{ "rcarriga/nvim-notify", enabled = false }, { "ggandor/leap.nvim", enabled = false },
{ "ggandor/flit.nvim", enabled = false }, { "ggandor/flit.nvim", enabled = false },
{ "stevearc/dressing.nvim", enabled = false }, { "nvimdev/dashboard-nvim", enabled = false },
-- { "folke/neodev.nvim", enabled = false },
-- { "nvim-neo-tree/neo-tree.nvim", enabled = false },
} }

3
lua/plugins/dressing.lua Normal file
View file

@ -0,0 +1,3 @@
return {
{ "stevearc/dressing.nvim", opts = { input = { insert_only = false } } },
}

View file

@ -1,7 +1,8 @@
return { return {
{ {
"j-hui/fidget.nvim", "j-hui/fidget.nvim",
enabled = true, tag = 'legacy',
enabled = false,
init = function() init = function()
require("fidget").setup() require("fidget").setup()
end, end,

17
lua/plugins/image.lua Normal file
View 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,
-- },
-- },
}

View 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(),
},
},
},
}

View file

@ -3,15 +3,32 @@ return {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
init = function() init = function()
local format = function() local format = function()
require("lazyvim.plugins.lsp.format").format({ force = true }) require("lazyvim.util").format({ force = true })
end end
local keys = require("lazyvim.plugins.lsp.keymaps").get() 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 Document", has = "documentFormatting" }
keys[#keys + 1] = { "<leader>lf", format, desc = "Format Range", mode = "v", has = "documentRangeFormatting" } 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, end,
opts = { 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 = { servers = {
yamlls = { yamlls = {
settings = { 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,
},
},
},
},
}, },
}, },
}, },

View file

@ -0,0 +1,6 @@
return {
{
"ray-x/lsp_signature.nvim",
enabled = true,
},
}

18
lua/plugins/neotree.lua Normal file
View 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,
-- },
},
},
}

View file

@ -1,52 +1,39 @@
return { return {
"folke/noice.nvim", "folke/noice.nvim",
enabled = false, commit = "d9328ef",
enabled = true,
opts = { opts = {
cmdline = { cmdline = {
enabled = true,
view = "cmdline", view = "cmdline",
format = { format = {
cmdline = false, cmdline = { pattern = "^:", icon = ":", lang = "vim" },
search_down = false,
search_up = false,
filter = false,
lua = false,
help = false,
}, },
}, },
messages = { views = {
enabled = true, hover = {
}, border = { style = "rounded" },
popupmenu = { -- size = { max_width = 20 },
enabled = false, },
backend = "nui",
}, },
presets = { presets = {
bottom_search = true, bottom_search = true,
command_palette = false, command_palette = false,
long_message_to_split = true, long_message_to_split = true,
inc_rename = false,
lsp_doc_border = true, lsp_doc_border = true,
}, },
lsp = { routes = {
progress = { {
enabled = true, filter = {
event = "notify",
find = "Request textDocument/inlayHint failed",
},
opts = { skip = true },
}, },
}, },
status = {}, -- lsp = {
-- views = { -- progress = {
-- popupmenu = { -- enabled = false
-- relative = "cursor",
-- position = {
-- row = 0,
-- col = 0,
-- },
-- },
-- },
-- routes = {
-- view = "cmdline",
-- filter = {
-- } -- }
-- } -- },
}, },
} }

View file

@ -1,8 +0,0 @@
return {
-- {
-- "nvim-tree/nvim-tree.lua",
-- },
-- {
-- "nvim-tree/nvim-web-devicons",
-- },
}

9
lua/plugins/repolink.lua Normal file
View file

@ -0,0 +1,9 @@
return {
{
"9seconds/repolink.nvim",
opts = {
use_full_commit_hash = true,
bang_register = "+",
}
},
}

View file

@ -0,0 +1,12 @@
return {
-- {
-- "jose-elias-alvarez/typescript.nvim",
-- opts = {
-- init_options = {
-- preferences = {
-- importModuleSpecifierPreference = "relative",
-- },
-- },
-- },
-- },
}

View file

@ -1,9 +1,8 @@
return { return {
{ {
"mg979/vim-visual-multi", "mg979/vim-visual-multi",
-- enabled = true, init = function()
-- init = function() vim.g.VM_theme = "olive"
-- require("fidget").setup() end,
-- end,
}, },
} }