diff options
| author | Baitinq <[email protected]> | 2024-03-17 23:29:25 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-03-17 23:29:25 +0100 |
| commit | 4b8e33bcb385469d57567f6aeb3fcfe6a9ffb69b (patch) | |
| tree | 3106e71c068b3cdd8654d314768e253cfe2f9ce1 /dotfiles | |
| parent | Hosts: Add neovim config (diff) | |
| download | nixos-config-4b8e33bcb385469d57567f6aeb3fcfe6a9ffb69b.tar.gz nixos-config-4b8e33bcb385469d57567f6aeb3fcfe6a9ffb69b.tar.bz2 nixos-config-4b8e33bcb385469d57567f6aeb3fcfe6a9ffb69b.zip | |
Dotfiles: Nvim: Priorize local lsp install
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/nvim/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/nvim/init.lua b/dotfiles/nvim/init.lua index e55d947..057cfcd 100644 --- a/dotfiles/nvim/init.lua +++ b/dotfiles/nvim/init.lua @@ -574,7 +574,7 @@ require('lazy').setup({ -- :Mason -- -- You can press `g?` for help in this menu - require('mason').setup() + require('mason').setup({ PATH = "append"}) -- You can add other tools here that you want Mason to install -- for you, so that they are available from within Neovim. |