Add crystal and coq autocmd's.
This commit is contained in:
parent
5aa980a70f
commit
2ee7f0ee1c
|
@ -21,9 +21,10 @@ set mouse=a " Allow mouse
|
|||
set signcolumn=yes " Always show extra column
|
||||
|
||||
autocmd BufEnter * call ncm2#enable_for_buffer() " Enable ncm2 for all buffers
|
||||
set completeopt=noinsert,menuone
|
||||
autocmd BufRead,BufNewFile *.v set filetype=coq " Coq is not Verilog
|
||||
autocmd FileType crystal setlocal shiftwidth=2 " Crystal likes 2-wide indent
|
||||
|
||||
autocmd FileType crystal setlocal shiftwidth=2
|
||||
set completeopt=noinsert,menuone
|
||||
|
||||
let g:LanguageClient_serverCommands = {
|
||||
\ 'haskell': ['hie', '--lsp'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user