Skip to content

Commit

Permalink
nvim: lsp config
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesquembre committed Jul 20, 2023
1 parent 52d22e3 commit 364e2a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dotfiles/neovim/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ local function setup_lspconfig()
lspconfig.pyright.setup(default_config)
lspconfig.rust_analyzer.setup(default_config)
-- lspconfig.rnix.setup(default_config)
lspconfig.nil_ls.setup(default_config)
-- lspconfig.nil_ls.setup(default_config)
lspconfig.nixd.setup(default_config)
lspconfig.terraformls.setup(default_config)

-- Special configs
Expand Down
5 changes: 3 additions & 2 deletions home-manager/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ in

# Includes css, html and json language server
# pkgs.vscode-ls
pkgs.nodePackages.vscode-langservers-extracted
pkgs.vscode-langservers-extracted

# Language Servers
pkgs.clojure-lsp
Expand All @@ -178,7 +178,8 @@ in
pkgs.pyright
pkgs.rust-analyzer
# pkgs.rnix-lsp
pkgs.nil
# pkgs.nil
pkgs.nixd
pkgs.terraform-ls

# Formatters
Expand Down

0 comments on commit 364e2a0

Please sign in to comment.