Switch nvim to astronvim
This commit is contained in:
parent
a1d2535956
commit
6ec64f09c8
31 changed files with 414 additions and 319 deletions
.config/astronvim/lua/user/plugins
12
.config/astronvim/lua/user/plugins/user.lua
Normal file
12
.config/astronvim/lua/user/plugins/user.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
-- You can also add new plugins here as well:
|
||||
-- Add plugins, the lazy syntax
|
||||
-- "andweeb/presence.nvim",
|
||||
-- {
|
||||
-- "ray-x/lsp_signature.nvim",
|
||||
-- event = "BufRead",
|
||||
-- config = function()
|
||||
-- require("lsp_signature").setup()
|
||||
-- end,
|
||||
-- },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue