diff --git a/home/editor/neovim/default.nix b/home/editor/neovim/default.nix index 03ab87a..3af2a29 100644 --- a/home/editor/neovim/default.nix +++ b/home/editor/neovim/default.nix @@ -57,6 +57,7 @@ yaml-language-server lua-language-server clang-tools + zls ]; home.sessionVariables.EDITOR = "nvim"; } diff --git a/home/editor/neovim/plugins.lua b/home/editor/neovim/plugins.lua index 656242c..a787d56 100644 --- a/home/editor/neovim/plugins.lua +++ b/home/editor/neovim/plugins.lua @@ -129,6 +129,9 @@ lspconfig.rust_analyzer.setup { -- LSP: C/C++ lspconfig.clangd.setup({}) +-- LSP: zig +lspconfig.zls.setup({}) + -- Telescope require('telescope').setup({ extensions = {