diff options
| -rw-r--r-- | nvim/config/config.nix | 18 | ||||
| -rw-r--r-- | nvim/config/default.nix | 6 |
2 files changed, 0 insertions, 24 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; - }; -} diff --git a/nvim/config/default.nix b/nvim/config/default.nix deleted file mode 100644 index 98f387f..0000000 --- a/nvim/config/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - # Import all your configuration modules here - imports = [ - ./config.nix - ]; -} |
