mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Small init changes
This commit is contained in:
parent
f5586af58c
commit
2bc37c16b3
2 changed files with 4 additions and 2 deletions
|
@ -8,12 +8,11 @@ vim.g.loaded_airline = 1
|
|||
-- \ }
|
||||
|
||||
-- Enable the clearly superior mode.
|
||||
vim.g.vim_ide = 1
|
||||
vim.g.dotfiles_build_coc_from_source = 1
|
||||
|
||||
-- Small plugin configs
|
||||
vim.g.dashboard_default_executive ='fzf'
|
||||
|
||||
-- Styling
|
||||
vim.g.termguicolors = 1
|
||||
vim.o.termguicolors = true
|
||||
vim.g.airline_powerline_fonts = 1
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
let g:k_nvim_dotfiles_dir = expand('<sfile>:p:h')
|
||||
let g:k_dotfiles_dir = expand('<sfile>:p:h:h')
|
||||
let &runtimepath = g:k_nvim_dotfiles_dir.','.&runtimepath.','.g:k_nvim_dotfiles_dir.'/after'
|
||||
|
||||
let g:vim_ide = 1
|
||||
|
||||
source <sfile>:p:h/../dmitmel-dotfiles/nvim/init.vim
|
||||
luafile <sfile>:p:h/init.lua
|
||||
|
|
Loading…
Reference in a new issue