Skip to content

Commit

Permalink
tweak neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Aug 18, 2024
1 parent 3750d1b commit d2cb740
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ return {
},
},
-- JS
-- tsconfig.json in both, but should be fine with direnv+not having both on PATH at the same time
["tsserver"] = {
root_dir = root_pattern("package.json", "tsconfig.json"),
single_file_support = false,
},
["denols"] = {
root_dir = root_pattern("deno.json", "deno.jsonc"),
root_dir = root_pattern("deno.json", "deno.jsonc", "tsconfig.json"),
},
["html"] = {},
["cssls"] = {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ vim.list_extend(require("viper.lazy.specs"), {
keys = { "<leader>b" },
after = function()
require("neo-tree").setup {
default_component_configs = {
symlink_target = {
enabled = true,
},
},
close_if_last_window = true,
filesystem = {
group_empty_dirs = true,
Expand Down

0 comments on commit d2cb740

Please sign in to comment.