add glsl support

This commit is contained in:
2025-03-17 22:42:58 -05:00
parent 49e56875cd
commit 149b02f6a1

View File

@@ -43,6 +43,8 @@
bashls.enable = true;
#css
cssls.enable = true;
#glsl
glsl_analyzer.enable = true;
};
@@ -143,7 +145,11 @@
};
};
};
/*
dap = {
};
*/
cmp = {
enable = true;
autoEnableSources = true;
@@ -308,6 +314,8 @@
llm-nvim
nvim-lspconfig
nvim-treesitter-parsers.glsl
];
colorscheme = if opts.pywal then "pywal" else "tokyonight-storm";