parent
b0313ac3d2
commit
45a4ae76a0
2 changed files with 4 additions and 1 deletions
common/home/neovim/plugins
|
@ -11,6 +11,10 @@ require('treesitter-context').setup({
|
|||
min_window_height = 20,
|
||||
})
|
||||
|
||||
vim.filetype.add({
|
||||
pattern = { [".*/hypr/.*%.conf"] = "hyprlang" },
|
||||
})
|
||||
|
||||
EOF
|
||||
|
||||
" Add line under context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue