mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-08-18 15:22:51 +01:00
Fixed minor errors in config
This commit is contained in:
+4
-1
@@ -42,10 +42,13 @@ return {
|
||||
"ruff",
|
||||
"pylsp",
|
||||
"taplo",
|
||||
"nixd",
|
||||
},
|
||||
})
|
||||
|
||||
if vim.fn.executable("nixd") == 1 then
|
||||
vim.lsp.enable("nixd")
|
||||
end
|
||||
|
||||
vim.lsp.config("lua_ls", {
|
||||
settings = {
|
||||
Lua = {
|
||||
|
||||
Reference in New Issue
Block a user