updated config

This commit is contained in:
Daveanand Mannie
2024-08-14 12:41:07 -04:00
parent e07bc2bb46
commit 25b0dfbc24
6 changed files with 76 additions and 234 deletions

View File

@@ -4,16 +4,10 @@ require("nvim-treesitter.install").compilers = { "zig" }
-- colourscheme
vim.cmd("colorscheme wildcharm")
vim.g.python3_host_prog = 'C:/Users/support/Desktop/workspace/vimenv/Scripts/python.exe'
-- styling cuz im dumb and dont really know what im doing with this conifg
vim.o.tabstop = 4
vim.o.expandtab = true
vim.o.softtabstop = 4
vim.o.shiftwidth = 4
-- increase the time before whichkey pops up
vim.o.timeoutlen = 1000
vim.o.timeoutlen = 1400
-- show hidden files in neo tree
require('neo-tree').setup{