mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-02 12:09:26 +00:00
[neovim] Update plugins and tidy up
This commit is contained in:
@ -93,7 +93,11 @@ lazy.setup({
|
||||
require("leap").add_default_mappings()
|
||||
end,
|
||||
},
|
||||
{ "knubie/vim-kitty-navigator", version = "*", build = "cp ./*.py ~/.config/kitty/" },
|
||||
{
|
||||
"knubie/vim-kitty-navigator",
|
||||
version = "*",
|
||||
build = "cp ./*.py ~/.config/kitty/",
|
||||
},
|
||||
|
||||
-- cmp plugins
|
||||
{
|
||||
|
@ -4,9 +4,18 @@ if not status_ok then
|
||||
end
|
||||
|
||||
configs.setup({
|
||||
ensure_installed = { "lua", "markdown", "markdown_inline", "bash", "python", "go", "gomod", "gowork" },
|
||||
ignore_install = { "" },
|
||||
sync_install = false,
|
||||
ensure_installed = {
|
||||
"lua",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"bash",
|
||||
"python",
|
||||
"go",
|
||||
"gomod",
|
||||
"gowork",
|
||||
"json",
|
||||
"yaml",
|
||||
},
|
||||
highlight = {
|
||||
enable = true,
|
||||
disable = { "css" },
|
||||
@ -14,8 +23,10 @@ configs.setup({
|
||||
autopairs = {
|
||||
enable = true,
|
||||
},
|
||||
indent = { enable = true, disable = { "python", "css" } },
|
||||
|
||||
indent = {
|
||||
enable = true,
|
||||
disable = { "python", "css" },
|
||||
},
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
enable_autocmd = false,
|
||||
|
Reference in New Issue
Block a user