updated config
This commit is contained in:
8
init.lua
8
init.lua
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user