From 8a3be7d1599f946f45bfa6abd5f8d81ed5582efc Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 10 May 2024 16:35:54 +0300 Subject: [PATCH] neovim: enable autoformat --- neovim/dev.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neovim/dev.nix b/neovim/dev.nix index 5203d68..bacf785 100644 --- a/neovim/dev.nix +++ b/neovim/dev.nix @@ -57,6 +57,8 @@ in }) ]; + plugins.style.neoformat.autoformat.enable = true; + plugins.navigation = { nvim-tree.settings = { renderer = {