[nvim] Shuffle some variables about.

This commit is contained in:
Keanu Timmermans 2021-10-25 07:39:56 +02:00
parent 667e8b38c5
commit cecbbead59
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
2 changed files with 2 additions and 4 deletions

View File

@ -7,12 +7,8 @@ vim.g.loaded_airline = 1
-- \ 'vim-airline': 1,
-- \ }
-- Enable the clearly superior mode.
vim.g.dotfiles_build_coc_from_source = 1
-- Small plugin configs
vim.g.dashboard_default_executive ='fzf'
-- Styling
vim.o.termguicolors = true
vim.g.airline_powerline_fonts = 1

View File

@ -3,6 +3,8 @@ 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
let g:dotfiles_build_coc_from_source = 1
let g:dotfiles_rainbow_indent_opacity = 0.5
source <sfile>:p:h/../dmitmel-dotfiles/nvim/init.vim
luafile <sfile>:p:h/init.lua