mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
added kitty integration
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
return {
|
||||
{
|
||||
{"knubie/vim-kitty-navigator", build = "cp ./*.py ~/.config/kitty/"}, {
|
||||
|
||||
"aznhe21/actions-preview.nvim",
|
||||
config = function() require("actions-preview") end
|
||||
}, {
|
||||
"sbdchd/neoformat",
|
||||
init = function()
|
||||
vim.cmd("source" .. vim.fn.stdpath "config" ..
|
||||
"/lua/config/neoformat.vim")
|
||||
"/lua/config/neoformat.vim")
|
||||
end
|
||||
}, {
|
||||
"rachartier/tiny-inline-diagnostic.nvim",
|
||||
|
||||
Reference in New Issue
Block a user