[nvim] Small init changes

This commit is contained in:
Lexi Sother 2021-09-09 14:30:21 +02:00 committed by Alyxia Sother
parent f5586af58c
commit 2bc37c16b3
No known key found for this signature in database
GPG Key ID: 355968D14144B739
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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