mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-03 16:16:42 -07:00
remove unused plugins and run stylelua
This commit is contained in:
parent
12c5e919e8
commit
e321003bb8
5 changed files with 7 additions and 29 deletions
2
init.lua
2
init.lua
|
@ -82,7 +82,7 @@ vim.api.nvim_create_autocmd("TextYankPost", {
|
|||
})
|
||||
|
||||
-- Terminal Escape Key Mapping
|
||||
vim.keymap.set('t', '<Esc>', [[<C-\><C-n>]])
|
||||
vim.keymap.set("t", "<Esc>", [[<C-\><C-n>]])
|
||||
|
||||
-- Diagnostic keymaps
|
||||
vim.keymap.set("n", "[d", vim.diagnostic.goto_prev)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue