mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
2 commits
667e8b38c5
...
f80d38484a
Author | SHA1 | Date | |
---|---|---|---|
f80d38484a | |||
cecbbead59 |
3 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Include Dima's config.
|
# Include Dima's config.
|
||||||
include ../dmitmel-dotfiles/kitty/kitty.conf
|
include ../dmitmel-dotfiles/misc/kitty.conf
|
||||||
|
|
||||||
# I sure do love ligatures.
|
# I sure do love ligatures.
|
||||||
font_family Fira Code
|
font_family Fira Code
|
||||||
|
|
|
@ -7,12 +7,8 @@ vim.g.loaded_airline = 1
|
||||||
-- \ 'vim-airline': 1,
|
-- \ 'vim-airline': 1,
|
||||||
-- \ }
|
-- \ }
|
||||||
|
|
||||||
-- Enable the clearly superior mode.
|
|
||||||
vim.g.dotfiles_build_coc_from_source = 1
|
|
||||||
|
|
||||||
-- Small plugin configs
|
-- Small plugin configs
|
||||||
vim.g.dashboard_default_executive ='fzf'
|
vim.g.dashboard_default_executive ='fzf'
|
||||||
|
|
||||||
-- Styling
|
-- Styling
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
vim.g.airline_powerline_fonts = 1
|
|
||||||
|
|
|
@ -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 &runtimepath = g:k_nvim_dotfiles_dir.','.&runtimepath.','.g:k_nvim_dotfiles_dir.'/after'
|
||||||
|
|
||||||
let g:vim_ide = 1
|
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
|
source <sfile>:p:h/../dmitmel-dotfiles/nvim/init.vim
|
||||||
luafile <sfile>:p:h/init.lua
|
luafile <sfile>:p:h/init.lua
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue