upgrade packages, add oil blank remap
This commit is contained in:
@@ -10,3 +10,4 @@ return {
|
||||
vim.keymap.set("i", "<C-i>", "<cmd>IconPickerInsert<cr>", opts)
|
||||
end
|
||||
}
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ return {
|
||||
'yamlls',
|
||||
'ansiblels',
|
||||
'terraformls',
|
||||
'helm_ls'
|
||||
'helm_ls',
|
||||
},
|
||||
handlers = {
|
||||
function(server_name)
|
||||
|
||||
@@ -5,8 +5,6 @@ return {
|
||||
'nvim-telescope/telescope.nvim',
|
||||
},
|
||||
|
||||
version = '0.1.6',
|
||||
|
||||
config = function()
|
||||
local telescope = require('telescope')
|
||||
local telescopeConfig = require('telescope.config')
|
||||
|
||||
Reference in New Issue
Block a user