mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 11:29:56 -06:00
Compare commits
2 Commits
40e12613f3
...
ada07b55ef
| Author | SHA1 | Date | |
|---|---|---|---|
| ada07b55ef | |||
| 1d0c8f99c0 |
@@ -25,3 +25,5 @@
|
||||
;; This is last, take in any other local file overrides
|
||||
[include]
|
||||
path = ~/.gitconfig.local ; find ".gitconfig.local" in your `$HOME` directory
|
||||
[pull]
|
||||
ff = only
|
||||
|
||||
5
nvim/.config/nvim/fnl/dotfiles/plugin/whichkey.fnl
Normal file
5
nvim/.config/nvim/fnl/dotfiles/plugin/whichkey.fnl
Normal file
@@ -0,0 +1,5 @@
|
||||
(module dotfiles.plugin.whichkey
|
||||
{autoload {which-key which-key}})
|
||||
|
||||
(which-key.setup {})
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
:clojure-vim/vim-jack-in {} ; Conjure support - jack-in with nrepl dependencies
|
||||
:dhruvasagar/vim-table-mode {} ; table creation and formatting
|
||||
:folke/lsp-colors.nvim {}
|
||||
:folke/which-key.nvim {:mod :whichkey}
|
||||
:hashivim/vim-terraform {} ; Terraform
|
||||
:hrsh7th/nvim-cmp {:requires [:hrsh7th/cmp-buffer
|
||||
:hrsh7th/cmp-emoji
|
||||
|
||||
Reference in New Issue
Block a user