Remove coc config
This commit is contained in:
parent
068ca0b0ec
commit
065f1ae8bf
@ -67,9 +67,6 @@ set undofile
|
|||||||
" clear highlighted search
|
" clear highlighted search
|
||||||
noremap <space> :nohlsearch<cr>
|
noremap <space> :nohlsearch<cr>
|
||||||
|
|
||||||
" Highlight symbol under cursor on CursorHold
|
|
||||||
autocmd CursorHold * silent call CocActionAsync('highlight')
|
|
||||||
|
|
||||||
" Append modeline after last line in buffer.
|
" Append modeline after last line in buffer.
|
||||||
" Use substitute() instead of printf() to handle '%%s' modeline in LaTeX files.
|
" Use substitute() instead of printf() to handle '%%s' modeline in LaTeX files.
|
||||||
function! AppendModeline()
|
function! AppendModeline()
|
||||||
|
@ -452,13 +452,6 @@ in {
|
|||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
coc = {
|
|
||||||
enable = true;
|
|
||||||
# settings = {
|
|
||||||
# "rust-analyzer.serverPath" = "${pkgs.rust-analyzer}/bin/rust-analyzer";
|
|
||||||
# "gopls.experimentalWorkspaceModule" = true;
|
|
||||||
# };
|
|
||||||
};
|
|
||||||
} // config;
|
} // config;
|
||||||
# programs.vim = config;
|
# programs.vim = config;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user