nvim updates
This commit is contained in:
@@ -15,13 +15,18 @@ return {
|
||||
"rust_analyzer",
|
||||
"templ",
|
||||
"tailwindcss",
|
||||
"nil_ls"
|
||||
"nil_ls",
|
||||
"gleam",
|
||||
"ty"
|
||||
})
|
||||
|
||||
|
||||
-- Testing basedpyright atm, change to jedi idk
|
||||
vim.lsp.config("basedpyright", {
|
||||
settings = {
|
||||
python = {
|
||||
pythonPath = vim.fn.exepath("python"),
|
||||
},
|
||||
['basedpyright'] = {
|
||||
analysis = {
|
||||
typeCheckingMode = "basic",
|
||||
|
||||
@@ -4,8 +4,18 @@ return {
|
||||
config = function()
|
||||
require('lualine').setup({
|
||||
options = {
|
||||
theme = 'dracula'
|
||||
theme = 'catppuccin'
|
||||
},
|
||||
sections = {
|
||||
lualine_x = {
|
||||
function()
|
||||
return require('direnv').statusline()
|
||||
end,
|
||||
'encoding',
|
||||
'fileformat',
|
||||
'filetype',
|
||||
}
|
||||
}
|
||||
})
|
||||
end
|
||||
}
|
||||
|
||||
@@ -11,7 +11,10 @@ return {
|
||||
config = function()
|
||||
require("neotest").setup({
|
||||
adapters = {
|
||||
require("neotest-python"),
|
||||
require("neotest-python")({
|
||||
python = vim.fn.exepath("python"),
|
||||
runner = "pytest",
|
||||
}),
|
||||
require("neotest-go")
|
||||
},
|
||||
diagnostic = {
|
||||
|
||||
Reference in New Issue
Block a user