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