Add autoformat and af hotkey
This commit is contained in:
parent
401003e42a
commit
19136f3577
3 changed files with 6 additions and 1 deletions
|
|
@ -3,9 +3,10 @@
|
|||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
|
||||
vim.opt.colorcolumn = "80,100"
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
vim.opt.colorcolumn = "80,100"
|
||||
vim.api.nvim_set_keymap('n', '<leader>cf', ':EslintFixAll<CR>:Neoformat<CR>', { noremap = true, silent = true })
|
||||
|
||||
return {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue