[feat] Fix nvim config mostly

This commit is contained in:
Uttarayan
2024-02-22 01:45:37 +05:30
parent 3622d00200
commit ed82e4eec4
7 changed files with 87 additions and 254 deletions

View File

@@ -38,7 +38,7 @@ vim.g.rustaceanvim = {
-- tools = {},
-- LSP configuration
server = {
capabilities = require'lsp_zero'.get_capabilities(),
capabilities = require'lsp-zero'.get_capabilities(),
on_attach = function(client, bufnr)
-- you can also put keymaps in here
lspstatus.on_attach(client, bufnr)