Compare commits

...

2 Commits

Author SHA1 Message Date
Dmitrii Chumak
3e4452cf24 Merge branch 'master' of https://git.venya.tech/mega_venik/dotfiles 2025-04-08 19:53:30 +03:00
Dmitrii Chumak
186bb40650 [nvim] disabled editorconfig, added cue.lua 2025-03-25 20:12:19 +03:00
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
vim.opt_local.tabstop = 4
vim.opt_local.shiftwidth = 4
vim.opt_local.expandtab = false

View File

@@ -1,3 +1,4 @@
vim.g.editorconfig = false
IsYandex = Contains({"i113855042", "dmchumak-dev.sas.yp-c.yandex.net"}, vim.fn.hostname())
vim.g.mapleader = ' '