upgrade packages, add oil blank remap

This commit is contained in:
2024-10-09 22:15:00 +03:00
parent 3b65386a9f
commit 434d822c14
7 changed files with 20 additions and 10 deletions
+1
View File
@@ -10,3 +10,4 @@ return {
vim.keymap.set("i", "<C-i>", "<cmd>IconPickerInsert<cr>", opts)
end
}
+1 -1
View File
@@ -39,7 +39,7 @@ return {
'yamlls',
'ansiblels',
'terraformls',
'helm_ls'
'helm_ls',
},
handlers = {
function(server_name)
-2
View File
@@ -5,8 +5,6 @@ return {
'nvim-telescope/telescope.nvim',
},
version = '0.1.6',
config = function()
local telescope = require('telescope')
local telescopeConfig = require('telescope.config')