upgrade packages, add oil blank remap

This commit is contained in:
2024-10-09 22:15:00 +03:00
parent 3b65386a9f
commit e3c38b2da9
7 changed files with 20 additions and 11 deletions

View File

@@ -10,3 +10,4 @@ return {
vim.keymap.set("i", "<C-i>", "<cmd>IconPickerInsert<cr>", opts)
end
}

View File

@@ -39,7 +39,7 @@ return {
'yamlls',
'ansiblels',
'terraformls',
'helm_ls'
'helm_ls',
},
handlers = {
function(server_name)

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')