Replaced plugins with mini
This commit is contained in:
parent
99cfc8d1e2
commit
3b854f82a8
14 changed files with 50 additions and 83 deletions
|
|
@ -1,19 +1,6 @@
|
|||
{
|
||||
# Import all your configuration modules here
|
||||
imports = [
|
||||
./lsp.nix
|
||||
./lsp-format.nix
|
||||
./lsp-lines.nix
|
||||
./which-key.nix
|
||||
./surround.nix
|
||||
./autopairs.nix
|
||||
./treesitter.nix
|
||||
./treesitter-context.nix
|
||||
./treesitter-textobjects.nix
|
||||
./telescope.nix
|
||||
./web-devicons.nix
|
||||
./undotree.nix
|
||||
];
|
||||
imports = [ ./mini.nix ];
|
||||
opts = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue