Added nvim-surround
This commit is contained in:
parent
477100a830
commit
698ce56ebf
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
# Import all your configuration modules here
|
||||
imports = [ ./lsp.nix ./lsp-format.nix ./which-key.nix ];
|
||||
imports = [ ./lsp.nix ./lsp-format.nix ./which-key.nix ./surround.nix ];
|
||||
opts = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
|
|
|
|||
1
config/surround.nix
Normal file
1
config/surround.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ plugins = { nvim-surround = { enable = true; }; }; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue