mirror of
https://github.com/hazemKrimi/config.nvim.git
synced 2026-05-01 18:20:26 +00:00
Updates to keymaps, options and plugins
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
return {
|
||||
'github/copilot.vim',
|
||||
}
|
||||
@@ -169,6 +169,7 @@ return {
|
||||
sqlls = {},
|
||||
jsonls = {},
|
||||
yamlls = {},
|
||||
gopls = {},
|
||||
lua_ls = {
|
||||
-- cmd = {...},
|
||||
-- filetypes = { ...},
|
||||
|
||||
@@ -335,6 +335,6 @@ return {
|
||||
})
|
||||
|
||||
vim.cmd([[nnoremap \ :Neotree reveal<cr>]])
|
||||
vim.keymap.set('n', '<leader>e', ':Neotree toggle position=left<CR>', { noremap = true, silent = true })
|
||||
vim.keymap.set('n', '<leader>ts', ':Neotree toggle position=left<CR>', { noremap = true, silent = true })
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user