summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2026-01-05 16:33:42 -0700
committermo khan <mo@mokhan.ca>2026-01-05 16:33:42 -0700
commit08ff46d4aa53caf9f018528efb63b1e6c81de51d (patch)
tree82f20019e16a42468372fe5d2c0e5bc8c7b91eaf /vimrc
parent3d78161997be91ecf33453f443466c6489bb10ee (diff)
Remove unused plugins
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vimrc b/vimrc
index 0cac2ea..f1944c8 100644
--- a/vimrc
+++ b/vimrc
@@ -209,8 +209,6 @@ iabbrev pwns Co-authored-by: Nishant Sinha <nishnha@github.com>
"" Plugin Configuration {{{{
""
-let g:airline#extensions#tabline#enabled = 1
-let g:airline#extensions#tabline#formatter = 'unique_tail'
let g:fzf_tags_command = 'ctags -R'
let g:go_fmt_autosave = 1
let g:go_list_type = "quickfix"
@@ -231,7 +229,6 @@ let g:markdown_fenced_languages = [
\ ]
let g:markdown_folding = 0
let g:markdown_recommended_style = 0
-let g:mustache_abbreviations = 1
let g:ruby_indent_assignment_style = 'variable'
let g:ruby_indent_block_style = 'do'
let g:ruby_not_expensive = 1
@@ -240,7 +237,6 @@ let g:ruby_space_errors = 1
let g:rust_recommended_style = 0
let g:rustfmt_autosave = 1
let g:rustfmt_options = '--style-edition 2024'
-let g:snipMate = { 'snippet_version' : 1 }
" No LSP - just use your existing nvim setup for Rust development
" Keep regular vim for everything else