neovim alias, hypr tabs order, remove hycov
This commit is contained in:
parent
a7db081c82
commit
c274be5ab9
5 changed files with 5 additions and 13 deletions
|
|
@ -7,7 +7,6 @@ vim.o.tabstop = 2
|
|||
vim.o.shiftwidth = 2
|
||||
vim.o.expandtab = true
|
||||
vim.o.smartindent = true
|
||||
vim.o.hlsearch = false
|
||||
vim.o.scrolloff = 4
|
||||
vim.o.undofile = true
|
||||
vim.o.undodir = vim.fn.expand("$HOME/.local/share/nvim/undo")
|
||||
|
|
|
|||
|
|
@ -63,6 +63,6 @@
|
|||
};
|
||||
|
||||
home.shellAliases = {
|
||||
v = "nvim .";
|
||||
v = "nvim";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue