Improve nvim configs

This commit is contained in:
Tobias Reisinger 2023-06-12 18:15:10 +02:00
parent 807b84f1e9
commit 58d49da5c2
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 26 additions and 5 deletions
.config/nvim/after/plugin

View file

@ -3,10 +3,9 @@ local lsp = require("lsp-zero")
lsp.preset("recommended")
lsp.ensure_installed({
-- 'bashls',
-- 'lua_ls',
-- 'pylsp',
-- 'rnix',
'bashls',
'lua_ls',
'yamlls',
})
-- Fix Undefined global 'vim'