A few changes:
- Updated all vim plugins - Fixed tmux keybind for horizontal splits - Fixed warnings about the config => opt change in lazy.nvim
This commit is contained in:
parent
9eeb459372
commit
5bd0813530
11 changed files with 94 additions and 63 deletions
dotfiles/neovim/lua/my/plugins
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
"folke/neoconf.nvim",
|
||||
cmd = "Neoconf",
|
||||
config = {
|
||||
opts = {
|
||||
-- import existing settings from other plugins
|
||||
import = {
|
||||
vscode = true, -- local .vscode/settings.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue