diff options
Diffstat (limited to 'nvim/config/config.nix')
| -rw-r--r-- | nvim/config/config.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/nvim/config/config.nix b/nvim/config/config.nix deleted file mode 100644 index d7d0f5b..0000000 --- a/nvim/config/config.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - colorschemes.gruvbox.enable = true; - - plugins = { - lsp = { - enable = true; - servers = { - tsserver.enable = true; - lua-ls.enable = true; - rust-analyzer.enable = true; - }; - }; - lualine.enable = true; - treesitter.enable = true; - telescope.enable = true; - rust-tools.enable = true; - }; -} |
