mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-02 02:49:26 +00:00
[neovim] Update plugins and remove the unused ones
This commit is contained in:
@ -65,7 +65,7 @@ keymap("n", "<leader>lf", "<cmd>lua vim.lsp.buf.format{ async=true }<cr>", opts)
|
||||
keymap("n", "<leader>ls", "<cmd>lua vim.lsp.buf.signature_help()<cr>", opts)
|
||||
|
||||
-- Better paste
|
||||
keymap("v", "p", '"_dP', opts)
|
||||
keymap("v", "p", "P", opts)
|
||||
|
||||
-- Press jk fast to enter
|
||||
keymap("i", "jk", "<ESC>", opts)
|
||||
|
@ -87,7 +87,6 @@ require("lazy").setup({
|
||||
{ "mg979/vim-visual-multi", version = "v0.*" },
|
||||
{ "gnikdroy/projections.nvim" },
|
||||
{ "nvim-treesitter/nvim-treesitter", event = "BufReadPost" },
|
||||
{ "ray-x/sad.nvim", cmd = "Sad" },
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
version = "v2.x",
|
||||
@ -108,7 +107,6 @@ require("lazy").setup({
|
||||
version = "*",
|
||||
build = "cp ./*.py ~/.config/kitty/",
|
||||
},
|
||||
{ "robbles/logstash.vim" },
|
||||
|
||||
-- cmp plugins
|
||||
{
|
||||
|
@ -20,5 +20,4 @@ require("plugins.autosave")
|
||||
require("plugins.markdowntoc")
|
||||
require("plugins.projections")
|
||||
require("plugins.diffview")
|
||||
require("plugins.sad")
|
||||
require("plugins.align")
|
||||
|
Reference in New Issue
Block a user