+1
init.lua
+1
init.lua
+14
-4
lazy-lock.json
+14
-4
lazy-lock.json
···-"nvim-treesitter": { "branch": "master", "commit": "3e316204f8ec8450bbaace69d0bf8fe332633fec" },
···+"mason-lspconfig.nvim": { "branch": "main", "commit": "3751eb5c56c67b51e68a1f4a0da28ae74ab771c1" },+"nvim-lspconfig": { "branch": "master", "commit": "7b98aadc6e85db4fc3af6c1ec22c4774d965506e" },+"nvim-treesitter": { "branch": "master", "commit": "5b8b711926d1f3ef5c63fbe5db2d8f33b912025e" },
+193
lua/ptero/configs/cmp.lua
+193
lua/ptero/configs/cmp.lua
···
···+return col ~= 0 and vim.api.nvim_buf_get_lines(0, line - 1, line, true)[1]:sub(col, col):match("%s") == nil+["<Down>"] = cmp.mapping(cmp.mapping.select_next_item({ behavior = cmp.SelectBehavior.Select }), { "i" }),+["<Up>"] = cmp.mapping(cmp.mapping.select_prev_item({ behavior = cmp.SelectBehavior.Select }), { "i" }),
+12
lua/ptero/configs/mason.lua
+12
lua/ptero/configs/mason.lua
+6
lua/ptero/configs/tabnine.lua
+6
lua/ptero/configs/tabnine.lua
+30
lua/ptero/lsp/config.lua
+30
lua/ptero/lsp/config.lua
···
···+vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = border })+vim.lsp.handlers["textDocument/signatureHelp"] = vim.lsp.with(vim.lsp.handlers.signature_help, { border = border })
+29
lua/ptero/lsp/handlers.lua
+29
lua/ptero/lsp/handlers.lua
···
···
+39
lua/ptero/lsp/init.lua
+39
lua/ptero/lsp/init.lua
···
···
+44
-8
lua/ptero/plugins.lua
+44
-8
lua/ptero/plugins.lua
······
······