Skip to content

Commit

Permalink
terminal/editors/neovim: navic lsp priority
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jun 27, 2024
1 parent fb62bef commit 6f9d6a6
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ _: {
# Shows the breadcrumb lsp node path in lualine
plugins.navic = {
enable = true;
lsp.autoAttach = true;

lsp = {
autoAttach = true;
preference = [
"clangd"
"tsserver"
];
};
};
};
}

0 comments on commit 6f9d6a6

Please sign in to comment.