[nvim] disabled editorconfig, added cue.lua
This commit is contained in:
3
nvim/after/ftplugin/cue.lua
Normal file
3
nvim/after/ftplugin/cue.lua
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
vim.opt_local.tabstop = 4
|
||||||
|
vim.opt_local.shiftwidth = 4
|
||||||
|
vim.opt_local.expandtab = false
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
vim.g.editorconfig = false
|
||||||
IsYandex = Contains({"i113855042", "dmchumak-dev.sas.yp-c.yandex.net"}, vim.fn.hostname())
|
IsYandex = Contains({"i113855042", "dmchumak-dev.sas.yp-c.yandex.net"}, vim.fn.hostname())
|
||||||
|
|
||||||
vim.g.mapleader = ' '
|
vim.g.mapleader = ' '
|
||||||
|
|||||||
Reference in New Issue
Block a user