packer: init plugin

This commit is contained in:
Pedro Alves 2021-03-18 14:03:17 +00:00
parent 5ffa2b4543
commit f7e02b3ccf
6 changed files with 119 additions and 22 deletions

View file

@ -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."ç" = ":";