feat: neovim - support verilog / systemverilog

This commit is contained in:
Ryan Yin
2023-09-06 22:12:03 +08:00
parent 32a6789f44
commit c645d31dd3
3 changed files with 16 additions and 7 deletions
+6 -4
View File
@@ -37,10 +37,9 @@
extraPackages = with pkgs; [];
# currently we use lazy.nvim as neovim's package manager, so comment this one.
plugins = with pkgs.vimPlugins; [
# search all the plugins using https://search.nixos.org/packages
luasnip
];
# plugins = with pkgs.vimPlugins; [
# # search all the plugins using https://search.nixos.org/packages
# ];
};
};
home = {
@@ -101,6 +100,9 @@
nodePackages.vscode-langservers-extracted
nodePackages."@tailwindcss/language-server"
#-- verilog / systemverilog
verible
#-- CloudNative
nodePackages.dockerfile-language-server-nodejs
terraform