Switch to Astrov4
This commit is contained in:
15
lua/plugins/16-commands.lua
Normal file
15
lua/plugins/16-commands.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
return {
|
||||
"AstroNvim/astrocore",
|
||||
---@type AstroCoreOpts
|
||||
opts = {
|
||||
commands = {
|
||||
TermOpen = {
|
||||
function()
|
||||
vim.bo.number = false
|
||||
vim.bo.spell = false
|
||||
end,
|
||||
desc = "Remove linenumber in term buffers",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user