initial commit
This commit is contained in:
commit
6491e91ec5
37 changed files with 1116 additions and 0 deletions
6
nvim/lua/plugins/cursor.lua
Normal file
6
nvim/lua/plugins/cursor.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"sphamba/smear-cursor.nvim",
|
||||
opts = {
|
||||
legacy_computing_symbols_support = true,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue