mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
packer: init plugin
This commit is contained in:
parent
5ffa2b4543
commit
f7e02b3ccf
6 changed files with 119 additions and 22 deletions
14
flake.nix
14
flake.nix
|
@ -43,8 +43,18 @@
|
|||
pkgs.vimPlugins.vim-nix
|
||||
];
|
||||
|
||||
options.number = true;
|
||||
options.mouse = "a";
|
||||
options = {
|
||||
number = true;
|
||||
mouse = "a";
|
||||
tabstop = 2;
|
||||
shiftwidth = 2;
|
||||
expandtab = true;
|
||||
smarttab = true;
|
||||
autoindent = true;
|
||||
cindent = true;
|
||||
linebreak = true;
|
||||
hidden = true;
|
||||
};
|
||||
|
||||
maps.normalVisualOp."ç" = ":";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue