1
0
Fork 0

nvim: remove 'lua_ls' as the lua server because mason complaints about it

This commit is contained in:
Pratham Patel 2023-03-25 13:28:02 +05:30
parent 59e254da8d
commit ee93c15da6
1 changed files with 2 additions and 7 deletions

View File

@ -439,13 +439,6 @@ local servers = {
-- pyright = {},
-- rust_analyzer = {},
-- tsserver = {},
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },
telemetry = { enable = false },
},
},
}
-- setup neovim lua configuration
@ -529,6 +522,7 @@ cmp.setup {
-- nightfox.nvim
--------------------------------------------------------------------------------
--[[
require('nightfox').setup({
options = {
compile_path = vim.fn.stdpath('cache') .. '/nightfox',
@ -570,6 +564,7 @@ require('nightfox').setup({
specs = {},
groups = {},
})
--]]
--------------------------------------------------------------------------------
-- indent-blankline.nvim