kekl
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.cursorline = true
|
||||
vim.opt.cursorcolumn = true
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.autoindent = true
|
||||
vim.opt.smartindent = true
|
||||
vim.opt.softtabstop = 4
|
||||
vim.opt.softtabstop = 2
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
vim.diagnostic.config({
|
||||
|
@ -99,6 +99,7 @@
|
||||
pacman
|
||||
wf-recorder
|
||||
qbittorrent
|
||||
superTuxKart
|
||||
];
|
||||
|
||||
fonts = {
|
||||
|
Reference in New Issue
Block a user