Neovim autoformat on save
This commit is contained in:
parent
d94e4cef3b
commit
13478e620a
|
@ -20,7 +20,12 @@
|
|||
let g:airline_theme='onehalflight'
|
||||
'';
|
||||
}
|
||||
vim-autoformat
|
||||
{
|
||||
plugin = vim-autoformat;
|
||||
config = ''
|
||||
au BufWrite * :Autoformat
|
||||
'';
|
||||
}
|
||||
vim-surround
|
||||
];
|
||||
extraLuaConfig = ''
|
||||
|
|
Loading…
Reference in a new issue