🚚 moved old bspwm setup into its own folder
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
3c25d09340
commit
ec9c0395f6
54 changed files with 1072 additions and 18 deletions
12
bspwm/.config/nvim/lua/plugins/configs/treesitter.lua
Normal file
12
bspwm/.config/nvim/lua/plugins/configs/treesitter.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
local options = {
|
||||
ensure_installed = { "lua" },
|
||||
|
||||
highlight = {
|
||||
enable = true,
|
||||
use_languagetree = true,
|
||||
},
|
||||
|
||||
indent = { enable = true },
|
||||
}
|
||||
|
||||
return options
|
||||
Loading…
Add table
Add a link
Reference in a new issue