neovim alias, hypr tabs order, remove hycov

This commit is contained in:
Tristan 2024-02-12 12:46:05 +00:00
parent a7db081c82
commit c274be5ab9
5 changed files with 5 additions and 13 deletions

View file

@ -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")

View file

@ -63,6 +63,6 @@
};
home.shellAliases = {
v = "nvim .";
v = "nvim";
};
}