[neovim] Try to get rid of astro warnings. [shell] Adds comma for Nix.
This commit is contained in:
@@ -17,7 +17,9 @@ return {
|
||||
-- Haskell
|
||||
hls = {},
|
||||
-- Copilot
|
||||
copilot = { enabled = true },
|
||||
copilot = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
codelens = {
|
||||
enable = true,
|
||||
|
||||
@@ -2,7 +2,6 @@ return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"astro",
|
||||
"bash",
|
||||
"html",
|
||||
"css",
|
||||
|
||||
Reference in New Issue
Block a user