Add F* support.
This commit is contained in:
parent
05d0318fee
commit
b86b3d4fac
4
vimrc
4
vimrc
@ -126,6 +126,8 @@ Plug 'nvim-lua/popup.nvim'
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'nvim-telescope/telescope.nvim'
|
||||
|
||||
Plug 'gebner/VimFStar'
|
||||
|
||||
Plug 'hashivim/vim-terraform'
|
||||
|
||||
else
|
||||
@ -230,6 +232,8 @@ lua <<EOF
|
||||
},
|
||||
}
|
||||
|
||||
require'fstar'.setup{}
|
||||
|
||||
-- require('nvim-treesitter.configs').setup{
|
||||
-- -- playground = {
|
||||
-- -- enable = true,
|
||||
|
Loading…
Reference in New Issue
Block a user