updated config

This commit is contained in:
Nickiel12 2024-06-25 20:27:26 -07:00
parent 8726d5e2f2
commit 3a56737194
2 changed files with 5 additions and 5 deletions

View file

@ -64,7 +64,7 @@
];
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl.enable = true;
hardware.graphics.enable = true;
networking = {
nat = {

View file

@ -187,10 +187,10 @@ in
openOnSetup = true;
};
ts-autotag = {
enable = true;
filetypes = [ "html" "javascript" "typescript" "javascriptreact" "typescriptreact" "svelte" "vue" "tsx" "jsx" "rescript" "xml" "php" "markdown" "astro" "glimmer" "handlebars" "hbs" "templ" ];
};
# ts-autotag = {
# enable = true;
# filetypes = [ "html" "javascript" "typescript" "javascriptreact" "typescriptreact" "svelte" "vue" "tsx" "jsx" "rescript" "xml" "php" "markdown" "astro" "glimmer" "handlebars" "hbs" "templ" ];
# };
nvim-autopairs = {
enable = true;
settings.check_ts = true;