diff --git a/flake.nix b/flake.nix index 3c02a0f..45906eb 100644 --- a/flake.nix +++ b/flake.nix @@ -43,6 +43,7 @@ prisma-engines # ditto for schema.prisma files nodePackages.prettier # ditto nodePackages.bash-language-server # bash lsp + nodePackages.vscode-json-languageserver # json lsp python310Packages.python-lsp-server # todo: is specifying 310 an issue? alejandra # nix formatter alternative statix # linter for nix diff --git a/pwnvim/plugins/nvim-tree.lua b/pwnvim/plugins/nvim-tree.lua index c701794..c6c554f 100644 --- a/pwnvim/plugins/nvim-tree.lua +++ b/pwnvim/plugins/nvim-tree.lua @@ -139,7 +139,6 @@ require 'nvim-tree'.setup { -- hijack netrw window on startup hijack_netrw = true, -- open the tree when running this setup function - open_on_setup = false, update_cwd = true, -- update_to_buf_dir = { enable = true, auto_open = true }, update_focused_file = { enable = true, update_cwd = true },