mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-04-15 23:01:45 +04:00
try to migrate to nix
This commit is contained in:
parent
f2f4ead62f
commit
94da1ce936
26 changed files with 830 additions and 181 deletions
|
|
@ -3,6 +3,7 @@ call plug#begin()
|
|||
Plug 'kyazdani42/nvim-web-devicons'
|
||||
Plug 'romgrk/barbar.nvim'
|
||||
Plug 'jiangmiao/auto-pairs'
|
||||
Plug 'RaafatTurki/hex.nvim'
|
||||
if executable('node')
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
endif
|
||||
|
|
@ -73,3 +74,4 @@ let g:smap.l = {'name' : 'language'}
|
|||
call leaderGuide#register_prefix_descriptions("<Space>", "g:smap")
|
||||
|
||||
lua require('feline').setup()
|
||||
lua require('hex').setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue