changes
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
require("bootstrap")
|
||||
require("plugins")
|
||||
require("config.coq")
|
||||
require("config.lsp")
|
||||
require("config.winsep")
|
||||
require("config.bindings")
|
||||
require("ui.status")
|
||||
require("ui.startscreen")
|
||||
require("ui.highlight")
|
||||
|
||||
--{{{ vim cmd
|
||||
@@ -17,4 +16,13 @@ vim.cmd(":set relativenumber")
|
||||
vim.cmd(":set foldmethod=marker")
|
||||
vim.opt.fillchars:append { eob = " " }
|
||||
--}}}
|
||||
vim.g.vimtex_view_method = 'zathura'
|
||||
|
||||
vim.g.rust_recommended_style = '0' --why the fuck does a fucking _editor_ believe it has the right to overwrite MY settings?
|
||||
--like i just wanted to fuck around with this language once, so why do i have to tell the editor
|
||||
--to respect the settings i have already set?
|
||||
--um aktsthually the user doesnt know what they want, better have them jump through this shitty hoop.
|
||||
--or is it that you believe the user is incorrect?
|
||||
--so trying this language once means i have to keep this shit smear in my configs at all times?
|
||||
--is rust the only language or do i have to check every single language i may ever interact?
|
||||
--do i have try out every feature to make sure youre not dismissing my decissions?
|
||||
--who shat in your brain
|
||||
|
||||
Reference in New Issue
Block a user