mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
NVIM with Lazy.vim Package Manager
- Added the basic setting for functional LSP. - Split configurations into multiple files suitable for Lazy usage.
This commit is contained in:
17
common/.config/nvim/vim-sync.vim
Normal file
17
common/.config/nvim/vim-sync.vim
Normal file
@@ -0,0 +1,17 @@
|
||||
""""""""""""""""""""""""""""""""""""""
|
||||
"
|
||||
" Source common configs from VIM
|
||||
"
|
||||
""""""""""""""""""""""""""""""""""""""
|
||||
let $VIMDIR="$HOME/.vim"
|
||||
let $NVIMDIR="$HOME/.config/nvim"
|
||||
|
||||
" Load VIM Configurations
|
||||
source $VIMDIR/configs.vim
|
||||
|
||||
" Load Keybindings from VIM
|
||||
source $VIMDIR/key_maps.vim
|
||||
|
||||
" Save session files to $HOME/.vim/session directory
|
||||
let g:session_dir="$VIMDIR/session"
|
||||
|
||||
Reference in New Issue
Block a user