Compare commits

...

2 commits

Author SHA1 Message Date
f80d38484a
[kitty] Fixed config. 2021-10-25 07:39:59 +02:00
cecbbead59
[nvim] Shuffle some variables about. 2021-10-25 07:39:56 +02:00
3 changed files with 3 additions and 5 deletions

View file

@ -1,5 +1,5 @@
# Include Dima's config.
include ../dmitmel-dotfiles/kitty/kitty.conf
include ../dmitmel-dotfiles/misc/kitty.conf
# I sure do love ligatures.
font_family Fira Code

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