Neovim: added overseer (not configured yet) and some other changes

This commit is contained in:
Kyren223
2024-07-04 23:55:29 +03:00
parent b68c7097a2
commit 2c67cae7df
6 changed files with 29 additions and 10 deletions

View File

@@ -36,7 +36,6 @@ vim.opt.termguicolors = true
vim.opt.laststatus = 3 -- views can only be fully collapsed with the global statusline
vim.opt.splitkeep = "screen" -- for edgy.nvim
-- Disable warnings for missing language providers
vim.g.loaded_node_provider = 0
vim.g.loaded_perl_provider = 0