neovim: enable autoformat
This commit is contained in:
parent
0d1165d22b
commit
8a3be7d159
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ in
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
plugins.style.neoformat.autoformat.enable = true;
|
||||||
|
|
||||||
plugins.navigation = {
|
plugins.navigation = {
|
||||||
nvim-tree.settings = {
|
nvim-tree.settings = {
|
||||||
renderer = {
|
renderer = {
|
||||||
|
|
Loading…
Reference in a new issue