add base setup with dotter
This commit is contained in:
parent
6b0da868bb
commit
42e6595b60
177 changed files with 1062 additions and 70 deletions
7
config/nvim/lua/aleidk/plugins/debugprint.lua
Normal file
7
config/nvim/lua/aleidk/plugins/debugprint.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"andrewferrier/debugprint.nvim",
|
||||
opts = {},
|
||||
-- Remove the following line to use development versions,
|
||||
-- not just the formal releases
|
||||
version = "*",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue