Skip to content

Commit

Permalink
vim: remove syntastic
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jan 12, 2024
1 parent 5c1f5ee commit 941f0e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
13 changes: 0 additions & 13 deletions modules/home-manager/terminal_environment/neovim/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
let g:tagbar_autofocus = 1
let g:tagbar_compact = 1
" Syntastic config
let g:syntastic_mode_map = {
\ 'mode': 'passive',
\ 'active_filetypes': [],
\ 'passive_filetypes': []
\ }
let g:syntastic_auto_loc_list = 1
let g:syntastic_aggregate_errors = 1
" Language server config
let g:LanguageClient_serverCommands = {
\ 'nix': ['nixd'],
Expand Down Expand Up @@ -116,10 +107,6 @@
" Handy shortcut for replacing words
map <Leader>r :%s/\<<C-r><C-w>\>/
" Syntax checking
map <Leader>c :SyntasticCheck<CR>
map <Leader>C :SyntasticReset<CR>
" Manual spelling toggle
map <Leader>s :Spell<CR>
map <Leader>S :SpellOff<CR>
Expand Down
3 changes: 0 additions & 3 deletions modules/home-manager/terminal_environment/neovim/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
# Format text into one line per sentance
vimPlugins.vim-sentence-chopper

# Provides syntax checking
vimPlugins.syntastic

# Tab completion
vimPlugins.supertab

Expand Down

0 comments on commit 941f0e8

Please sign in to comment.