move stuff to common and half figured out the install script
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
-- will install treesitter for all available languages
|
||||
ensure_installed = 'all',
|
||||
ignore_install = {'haskell'}, -- broken
|
||||
highlight = {
|
||||
enable = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user