chore: move out of useless nixos directory
This commit is contained in:
parent
f76bee6384
commit
ec6d839450
52 changed files with 0 additions and 0 deletions
29
nixvim/config/default.nix
Normal file
29
nixvim/config/default.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
# Import all your configuration modules here
|
||||
imports = [
|
||||
# base config
|
||||
./options.nix
|
||||
./clipboard.nix
|
||||
|
||||
# appearence
|
||||
./bufferline.nix
|
||||
./lualine.nix
|
||||
./which-key.nix
|
||||
./toggleterm.nix
|
||||
|
||||
# file and search utilities
|
||||
./telescope.nix
|
||||
./oil.nix
|
||||
|
||||
# language support & lsp
|
||||
./lsp.nix
|
||||
./treesitter.nix
|
||||
./nix.nix
|
||||
|
||||
# debugging
|
||||
./dap.nix
|
||||
|
||||
# autocompletion
|
||||
./cmp.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue