mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-27 17:45:29 +00:00
* chore(nvim): remove astronvim and configs * feat(nvim): new, custom nvim configuration
26 lines
385 B
Lua
26 lines
385 B
Lua
return {
|
|
--
|
|
-- Menu
|
|
--
|
|
-- Icons on menu
|
|
"onsails/lspkind-nvim",
|
|
|
|
-- Restore folds and cursor position
|
|
"senderle/restoreview",
|
|
|
|
--
|
|
-- Appearance
|
|
--
|
|
|
|
-- Status information for LSP.
|
|
"j-hui/fidget.nvim",
|
|
|
|
-- Close buffer without messing up with the window.
|
|
"famiu/bufdelete.nvim",
|
|
|
|
"nyoom-engineering/oxocarbon.nvim",
|
|
|
|
-- JSONLS
|
|
"b0o/schemastore.nvim",
|
|
}
|