vim config less

This commit is contained in:
tess 2022-10-28 18:36:11 +02:00
parent eff0f88f71
commit 669684d126
1 changed files with 1 additions and 3 deletions

View File

@ -10,12 +10,12 @@
(neovim.override {
configure = {
customRC = ''
command! -nargs=0 Prettier :CocCommand prettier.forceFormatDocument
syntax on
set mouse=a
filetype plugin indent on
let g:rustfmt_autosave = 1
command! -nargs=0 Prettier :CocCommand prettier.forceFormatDocument
'';
packages.myVimPackage = with pkgs.vimPlugins; {
start = [
@ -28,8 +28,6 @@
rust-vim
vimwiki
vim-nix
rainbow
nvim-colorizer-lua
];
opt = [ ];
};