mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
fix(home/vim): incorrect style change () != {}
This commit is contained in:
parent
2f5a7dd068
commit
8f6859fa8d
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ cmp.setup({
|
|||
})
|
||||
|
||||
-- lspconfig
|
||||
require('lspconfig').terraformls.setup()
|
||||
require('lspconfig').terraformls.setup{}
|
||||
|
||||
api.nvim_create_autocmd('BufWritePre', {
|
||||
pattern = '*.tf',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue