Tweak neovim config
- Add noice, navic - Tweak theme configuration - Tweak cder configuration - Update .ignore file
This commit is contained in:
parent
ad3d734adc
commit
c99903e78e
15 changed files with 211 additions and 63 deletions
|
@ -1,5 +1,8 @@
|
|||
#:schema ../../dotdrop-config-schema.json
|
||||
|
||||
[actions]
|
||||
dconf-load = "dconf load / < ~/.config/dconf.ini"
|
||||
kanagawa-compile = "vim +KanagawaCompile +qa"
|
||||
|
||||
[config]
|
||||
backup = true
|
||||
|
@ -33,6 +36,8 @@ src = ".config/imapnotify"
|
|||
[dotfiles.d_nvim]
|
||||
dst = "~/.config/nvim"
|
||||
src = ".config/nvim"
|
||||
instignore = [""]
|
||||
actions = ["kanagawa-compile"]
|
||||
|
||||
[dotfiles.d_rofi]
|
||||
dst = "~/.config/rofi"
|
||||
|
@ -331,6 +336,7 @@ dotfiles = ["f_librewolf_overrides", "f_dconf.ini"]
|
|||
|
||||
[profiles.mko-laptop.variables]
|
||||
wayland = true
|
||||
scale_factor = 1.5
|
||||
|
||||
[profiles.Isengard]
|
||||
include = ["terminal"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue