Don't set global options for llvm filetype
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
-- Include % and . in keywords for easier navigation of ID's
|
-- Include % and . in keywords for easier navigation of ID's
|
||||||
vim.opt.iskeyword:append('%')
|
vim.opt_local.iskeyword:append('%')
|
||||||
vim.opt.iskeyword:append('.')
|
vim.opt_local.iskeyword:append('.')
|
||||||
|
|||||||
Reference in New Issue
Block a user