diff options
author | Chris <[email protected]> | 2021-03-18 23:47:03 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-18 23:47:03 -0400 |
commit | 7eea23bb6c2449675a11f762838a8656d5de0f62 (patch) | |
tree | 0050dbc21797aa592cd93d306cbc644a04a8ed2a /init.lua | |
parent | b3f2348d97bdc85304e65f3f6cb8e272f4b674fb (diff) |
prettier and eslint configured
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ if vim.g.vscode then vim.cmd('source ~/.config/nvim/vimscript/nv-vscode/init.vim') require('settings') + require('nv-quickscope') else -- General mappings require('plugins') |