mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-30 06:46:37 +00:00
Nvim restart (#9)
* chore(nvim): remove astronvim and configs * feat(nvim): new, custom nvim configuration
This commit is contained in:
7
config/nvim/lua/plugins/smartcolumn.lua
Normal file
7
config/nvim/lua/plugins/smartcolumn.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"m4xshen/smartcolumn.nvim",
|
||||
opts = {
|
||||
colorcolumn = { "80", "100", "120" },
|
||||
disabled_filetypes = { "help", "text", "markdown", "json", "lazy", "starter", "neo-tree" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user