Add neoformatter and format lua files
This commit is contained in:
parent
2e004f2295
commit
b9d1194133
6 changed files with 35 additions and 38 deletions
|
@ -1,5 +1,6 @@
|
|||
local map = function(type, key, value)
|
||||
vim.fn.nvim_buf_set_keymap(0, type, key, value, {noremap = true, silent = true})
|
||||
vim.fn.nvim_buf_set_keymap(0, type, key, value,
|
||||
{noremap = true, silent = true})
|
||||
end
|
||||
|
||||
-- Open/close nerdtree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue