refactor(nvim): rework whole configuration
This commit is contained in:
parent
64c6149fde
commit
710e8f6395
6 changed files with 90 additions and 45 deletions
5
modules/home-manager/cli/neovim/files/lsp/tofuls.lua
Normal file
5
modules/home-manager/cli/neovim/files/lsp/tofuls.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
cmd = { 'tofu-ls', 'serve' },
|
||||
filetypes = { 'terraform', 'terraform-vars' },
|
||||
root_markers = { '.terraform', '.git' },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue