mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "f80d38484a1b608f53e9f3fccb1f90ebbc651609" and "667e8b38c51634f499fe3e75384f175836f1e97e" have entirely different histories.
f80d38484a
...
667e8b38c5
3 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Include Dima's config.
|
# Include Dima's config.
|
||||||
include ../dmitmel-dotfiles/misc/kitty.conf
|
include ../dmitmel-dotfiles/kitty/kitty.conf
|
||||||
|
|
||||||
# I sure do love ligatures.
|
# I sure do love ligatures.
|
||||||
font_family Fira Code
|
font_family Fira Code
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,12 @@ 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,8 +3,6 @@ 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