Merge branch 'main' of github.com:esensar/dotfiles into main
commit
fe56d7ad0d
|
@ -8,6 +8,16 @@
|
||||||
"kotlin": {
|
"kotlin": {
|
||||||
"command": "~/lsp/kotlin/server/bin/kotlin-language-server",
|
"command": "~/lsp/kotlin/server/bin/kotlin-language-server",
|
||||||
"filetypes": ["kotlin"]
|
"filetypes": ["kotlin"]
|
||||||
|
},
|
||||||
|
"clojure-lsp": {
|
||||||
|
"command": "bash",
|
||||||
|
"args": ["-c", "clojure-lsp"],
|
||||||
|
"filetypes": ["clojure"],
|
||||||
|
"rootPatterns": ["project.clj"],
|
||||||
|
"additionalSchemes": ["jar", "zipfile"],
|
||||||
|
"trace.server": "verbose",
|
||||||
|
"initializationOptions": {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
|
clojure 1.10.2.774
|
||||||
|
dart 2.12.0-259.0.dev
|
||||||
direnv 2.27.0
|
direnv 2.27.0
|
||||||
|
flutter 1.22.6-stable
|
||||||
|
leiningen 2.9.5
|
||||||
|
nodejs 15.5.0
|
||||||
|
poetry 1.1.4
|
||||||
python 3.9.1 2.7.18
|
python 3.9.1 2.7.18
|
||||||
ruby 3.0.0
|
ruby 3.0.0
|
||||||
nodejs 15.5.0
|
|
||||||
rust 1.49.0
|
rust 1.49.0
|
||||||
flutter 1.22.6-stable
|
|
||||||
dart 2.12.0-259.0.dev
|
|
||||||
poetry 1.1.4
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
" -----------------------------------------------------------------------------
|
||||||
|
" - Fireplace.vim config -
|
||||||
|
" -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
nmap gd <Plug>FireplaceTag
|
|
@ -88,6 +88,8 @@ endif
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
Plug 'c-brenn/phoenix.vim'
|
Plug 'c-brenn/phoenix.vim'
|
||||||
Plug 'tpope/vim-rails'
|
Plug 'tpope/vim-rails'
|
||||||
|
Plug 'tpope/vim-salve'
|
||||||
|
Plug 'tpope/vim-fireplace'
|
||||||
Plug 'vimwiki/vimwiki'
|
Plug 'vimwiki/vimwiki'
|
||||||
Plug 'ledger/vim-ledger'
|
Plug 'ledger/vim-ledger'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue