The two plugins were added along with relevant configuration for each If in neovim and sudo_askpass isn't set, vim will display a warning if WW is typed in command modemaster
parent
7cb88eb204
commit
8ea14abe9e
8 changed files with 36 additions and 0 deletions
@ -0,0 +1 @@ |
||||
highlight BiscuitColor gui=italic |
@ -0,0 +1 @@ |
||||
Subproject commit 15a0cb1273bd36d5a734210cdc3406fb4bcfb733 |
@ -0,0 +1 @@ |
||||
Subproject commit a47df48e7d4232fd771f2537a4fb43f582c026c9 |
@ -0,0 +1,12 @@ |
||||
lua <<EOF |
||||
require('nvim-biscuits').setup({ |
||||
default_config = { |
||||
min_distance = 3, |
||||
prefix_string = " " |
||||
}, |
||||
show_on_start = true, |
||||
toggle_keybind = "<leader>cb" |
||||
}) |
||||
|
||||
EOF |
||||
|
@ -0,0 +1,11 @@ |
||||
lua <<EOF |
||||
require'nvim-treesitter.configs'.setup { |
||||
ensure_installed = "all", |
||||
highlight = { |
||||
enable = true |
||||
}, |
||||
indent = { |
||||
enable = true |
||||
} |
||||
} |
||||
EOF |
Loading…
Reference in new issue