mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 10:33:49 -03:00
chore: some qol crap
This commit is contained in:
parent
867159343a
commit
6fb744cdae
34 changed files with 433 additions and 598 deletions
4
init.lua
4
init.lua
|
@ -1,3 +1,7 @@
|
|||
-- Fuck off with the warnings...
|
||||
---@diagnostic disable-next-line: duplicate-set-field
|
||||
vim.deprecate = function() end
|
||||
|
||||
require("globals")
|
||||
require("config.options")
|
||||
require("config.remap")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue