summaryrefslogtreecommitdiff
path: root/.config/nvim/config.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/config.lua')
-rw-r--r--.config/nvim/config.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/nvim/config.lua b/.config/nvim/config.lua
index ca83853..b50537c 100644
--- a/.config/nvim/config.lua
+++ b/.config/nvim/config.lua
@@ -1,6 +1,5 @@
-- O is the global options object
--- THESE ARE EXAMPLE CONFIGS FEEL FREE TO CHANGE TO WHATEVER YOU WANT
-- general
O.auto_complete = true
O.relative_number = true
@@ -9,12 +8,13 @@ O.timeoutlen = 100
O.leader_key = ' '
-- After changing plugin config it is recommended to run :PackerCompile
+O.plugin.dashboard.active = true
O.plugin.hop.active = true
O.plugin.colorizer.active = true
O.plugin.trouble.active = true
O.plugin.lazygit.active = true
O.plugin.zen.active = true
--- O.plugin.vim_rooter.active = true
+O.plugin.vim_rooter.active = true
-- O.plugin.markdown_preview.active = true
-- if you don't want all the parsers change this to a table of the ones you want
@@ -23,7 +23,7 @@ O.treesitter.ignore_install = {"haskell"}
O.treesitter.highlight.enabled = true
-- lua
-O.lang.lua.autoformat = false
+O.lang.lua.autoformat = true
O.lang.lua.formatter = 'lua-format'
-- python