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