gleam support in nvim
required tree-sitter grammar so i just grabbed them all, why not
This commit is contained in:
parent
95e3ebacfa
commit
908241eb67
3 changed files with 11 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ with builtins;
|
|||
vim-startify
|
||||
vim-catppuccino
|
||||
vim-precognition
|
||||
nvim-treesitter.withAllGrammars
|
||||
|
||||
{
|
||||
plugin = fzf-vim;
|
||||
|
|
|
|||
|
|
@ -86,3 +86,11 @@ set scrolloff=10
|
|||
if filereadable($HOME . "/.vimrc.local")
|
||||
source ~/.vimrc.local
|
||||
endif
|
||||
|
||||
lua << EOF
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
}
|
||||
EOF
|
||||
|
|
|
|||
|
|
@ -181,3 +181,5 @@ nvim_lsp.lua_ls.setup {
|
|||
}
|
||||
|
||||
nvim_lsp.texlab.setup {}
|
||||
|
||||
nvim_lsp.gleam.setup {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue