added a (still empty) colors file to nvim config
added keymaps to move a window to tmux
This commit is contained in:
1
nvim/.config/nvim/lua/zegonix/colors.lua
Normal file
1
nvim/.config/nvim/lua/zegonix/colors.lua
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
require("zegonix.keybindings")
|
||||
require("zegonix.settings")
|
||||
|
||||
require("zegonix.colors")
|
||||
|
||||
@@ -68,3 +68,4 @@ vim.opt.shortmess:append("c") -- don't give |ins-completion-menu| messages
|
||||
vim.opt.iskeyword:append("-") -- hyphenated words recognized by searches
|
||||
vim.opt.formatoptions:remove({ "c", "r", "o" }) -- don't insert the current comment leader automatically for auto-wrapping comments using 'textwidth', hitting <Enter> in insert mode, or hitting 'o' or 'O' in normal mode.
|
||||
vim.opt.runtimepath:remove("/usr/share/vim/vimfiles") -- separate vim plugins from neovim in case vim still in use
|
||||
|
||||
|
||||
Reference in New Issue
Block a user