config from linux laptop
This commit is contained in:
parent
cad2c1497e
commit
9318a9543f
2
init.lua
2
init.lua
|
@ -448,7 +448,7 @@ local on_attach = function(_, bufnr)
|
||||||
|
|
||||||
-- Format via LSP on each write
|
-- Format via LSP on each write
|
||||||
vim.api.nvim_create_autocmd({ 'BufWritePre' }, {
|
vim.api.nvim_create_autocmd({ 'BufWritePre' }, {
|
||||||
callback = vim.lsp.buf.formatting_sync,
|
callback = vim.lsp.buf.formatting_sync
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
return {
|
||||||
|
"christoomey/vim-tmux-navigator"
|
||||||
|
}
|
Loading…
Reference in New Issue